Page Speed Optimization Libraries
1.13.35.1
|
#include <cstddef>
#include <set>
#include "net/instaweb/rewriter/public/resource.h"
#include "net/instaweb/rewriter/public/resource_slot.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/string.h"
#include "pagespeed/kernel/base/string_util.h"
#include "pagespeed/kernel/http/google_url.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::CssResourceSlot |
A place storing a rewritable URL inside a CSS AST. More... | |
class | net_instaweb::CssResourceSlotFactory |
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |
Typedefs | |
typedef RefCountedPtr < CssResourceSlot > | net_instaweb::CssResourceSlotPtr |
Contains CssResourceSlot (for representing locations in CSS AST during async rewrites) and CssResourceSlotFactory (for getting the same slot object for the same location).