OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matches_ids
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/manifest_handlers/
externally_connectable_unittest.cc
212
std::vector<std::string>
matches_ids
(
219
ExternallyConnectableInfo info(URLPatternSet(),
matches_ids
, false, false);
local
220
for (size_t i = 0; i <
matches_ids
.size(); ++i)
221
EXPECT_TRUE(info.IdCanConnect(
matches_ids
[i]));
228
ExternallyConnectableInfo info(URLPatternSet(),
matches_ids
, true, false);
local
229
for (size_t i = 0; i <
matches_ids
.size(); ++i)
230
EXPECT_TRUE(info.IdCanConnect(
matches_ids
[i]));
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc
290
std::set<WebRequestRule::GlobalRuleId>
matches_ids
;
local
293
matches_ids
.insert((*it)->id());
294
EXPECT_TRUE(ContainsKey(
matches_ids
, std::make_pair(kExtensionId, kRuleId1)));
295
EXPECT_TRUE(ContainsKey(
matches_ids
, std::make_pair(kExtensionId, kRuleId2)));
[
all
...]
Completed in 141 milliseconds