HomeSort by relevance Sort by last modified time
    Searched refs:css_selectors (Results 1 - 9 of 9) 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 30 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
content_condition_unittest.cc 103 match_data.css_selectors.insert("input");
114 match_data.css_selectors.clear();
115 match_data.css_selectors.insert("body");
content_rules_registry.cc 71 renderer_data.css_selectors.insert(matching_css_selectors.begin(),
272 std::set<std::string> css_selectors; // We rely on this being sorted. local
280 (*condition)->css_selectors();
281 css_selectors.insert(condition_css_selectors.begin(),
286 if (css_selectors.size() != watched_css_selectors_.size() ||
287 !std::equal(css_selectors.begin(), css_selectors.end(),
289 watched_css_selectors_.assign(css_selectors.begin(), css_selectors.end());
content_condition.cc 45 const std::vector<std::string>& css_selectors)
47 css_selectors_(css_selectors) {
62 if (!ContainsKey(renderer_data.css_selectors, *i))
  /external/chromium_org/extensions/renderer/
content_watcher.h 38 void OnWatchPages(const std::vector<std::string>& css_selectors);
content_watcher.cc 46 explicit WatchSelectors(const WebVector<WebString>& css_selectors)
47 : css_selectors_(css_selectors) {}
  /external/chromium_org/chrome/browser/extensions/
tab_helper.h 209 void OnWatchedPageChange(const std::vector<std::string>& css_selectors);
tab_helper.cc 464 const std::vector<std::string>& css_selectors) {
469 web_contents(), css_selectors); local

Completed in 408 milliseconds