OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:css_selectors
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
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_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_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());
/external/chromium_org/chrome/browser/extensions/
tab_helper.cc
422
const std::vector<std::string>&
css_selectors
) {
427
web_contents(),
css_selectors
);
local
Completed in 152 milliseconds