OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
31
base::hash_set<std::string>
css_selectors
;
member in struct:extensions::RendererContentMatchData
58
const std::vector<std::string>&
css_selectors
);
96
const std::vector<std::string>&
css_selectors
() const {
function in class:extensions::ContentCondition
content_condition_unittest.cc
102
match_data.
css_selectors
.insert("input");
113
match_data.
css_selectors
.clear();
114
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/chrome/renderer/extensions/
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
203
void OnWatchedPageChange(const std::vector<std::string>&
css_selectors
);
tab_helper.cc
422
const std::vector<std::string>&
css_selectors
) {
427
web_contents(),
css_selectors
);
local
Completed in 258 milliseconds