Searched refs:css_selectors (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry_unittest.cc78 std::vector<std::string> css_selectors; local
79 css_selectors.push_back("input");
80 registry->Apply(tab.get(), css_selectors);
88 registry->Apply(tab.get(), css_selectors);
H A Dcontent_condition.h30 base::hash_set<std::string> css_selectors; member in struct:extensions::RendererContentMatchData
57 const std::vector<std::string>& css_selectors);
95 const std::vector<std::string>& css_selectors() const { function in class:extensions::ContentCondition
H A Dcontent_condition_unittest.cc103 match_data.css_selectors.insert("input");
114 match_data.css_selectors.clear();
115 match_data.css_selectors.insert("body");
H A Dchrome_content_rules_registry.cc73 renderer_data.css_selectors.insert(matching_css_selectors.begin(),
291 std::set<std::string> css_selectors; // We rely on this being sorted. local
301 (*condition)->css_selectors();
302 css_selectors.insert(condition_css_selectors.begin(),
307 if (css_selectors.size() != watched_css_selectors_.size() ||
308 !std::equal(css_selectors.begin(),
309 css_selectors.end(),
311 watched_css_selectors_.assign(css_selectors.begin(), css_selectors.end());
H A Dcontent_condition.cc45 const std::vector<std::string>& css_selectors)
47 css_selectors_(css_selectors) {
62 if (!ContainsKey(renderer_data.css_selectors, *i))
43 ContentCondition( scoped_refptr<URLMatcherConditionSet> url_matcher_conditions, const std::vector<std::string>& css_selectors) argument
/external/chromium_org/extensions/renderer/
H A Dcontent_watcher.h38 void OnWatchPages(const std::vector<std::string>& css_selectors);
H A Dcontent_watcher.cc46 explicit WatchSelectors(const WebVector<WebString>& css_selectors) argument
47 : css_selectors_(css_selectors) {}
/external/chromium_org/chrome/browser/extensions/
H A Dtab_helper.h176 void OnWatchedPageChange(const std::vector<std::string>& css_selectors);
H A Dtab_helper.cc408 const std::vector<std::string>& css_selectors) {
412 web_contents(), css_selectors); local
407 OnWatchedPageChange( const std::vector<std::string>& css_selectors) argument

Completed in 118 milliseconds