Page Speed Optimization Libraries
1.8.31.3
|
#include <cstddef>
#include <vector>
#include "net/instaweb/htmlparse/public/html_element.h"
#include "net/instaweb/http/public/semantic_type.h"
Go to the source code of this file.
Classes | |
struct | net_instaweb::resource_tag_scanner::UrlCategoryPair |
Namespaces | |
namespace | net_instaweb |
Unit-test framework for wget fetcher. | |
Typedefs | |
typedef std::vector < UrlCategoryPair > | net_instaweb::resource_tag_scanner::UrlCategoryVector |
Functions | |
semantic_type::Category | net_instaweb::resource_tag_scanner::CategorizeAttribute (const HtmlElement *element, const HtmlElement::Attribute *attribute, const RewriteOptions *options) |
void | net_instaweb::resource_tag_scanner::ScanElement (HtmlElement *element, const RewriteOptions *options, UrlCategoryVector *attributes) |
jefftk@google.com (Jeff Kaufman)