HomeSort by relevance Sort by last modified time
    Searched refs:css_selectors (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry_unittest.cc 78 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);
content_condition.h 31 base::hash_set<std::string> css_selectors; member in struct:extensions::RendererContentMatchData
58 const std::vector<std::string>& css_selectors);
95 const std::vector<std::string>& css_selectors() const { function in class:extensions::ContentCondition
content_condition_unittest.cc 96 match_data.css_selectors.insert("input");
107 match_data.css_selectors.clear();
108 match_data.css_selectors.insert("body");
content_rules_registry.cc 70 renderer_data.css_selectors.insert(matching_css_selectors.begin(),
256 std::set<std::string> css_selectors; // We rely on this being sorted. local
264 (*condition)->css_selectors();
265 css_selectors.insert(condition_css_selectors.begin(),
270 if (css_selectors.size() != watched_css_selectors_.size() ||
271 !std::equal(css_selectors.begin(), css_selectors.end(),
273 watched_css_selectors_.assign(css_selectors.begin(), css_selectors.end());
content_condition.cc 41 const std::vector<std::string>& css_selectors)
43 css_selectors_(css_selectors) {
58 if (!ContainsKey(renderer_data.css_selectors, *i))
  /external/chromium_org/chrome/renderer/extensions/
content_watcher.h 42 void OnWatchPages(const std::vector<std::string>& css_selectors);
  /external/chromium_org/chrome/browser/extensions/
tab_helper.h 191 void OnWatchedPageChange(const std::vector<std::string>& css_selectors);
tab_helper.cc 343 const std::vector<std::string>& css_selectors) {
348 web_contents(), css_selectors); local

Completed in 94 milliseconds