OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsURLMatcherEmpty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
event_filter.h
53
bool
IsURLMatcherEmpty
() const {
event_filter_unittest.cc
215
EXPECT_TRUE(event_filter_.
IsURLMatcherEmpty
());
232
ASSERT_TRUE(event_filter_.
IsURLMatcherEmpty
());
235
ASSERT_FALSE(event_filter_.
IsURLMatcherEmpty
());
237
ASSERT_TRUE(event_filter_.
IsURLMatcherEmpty
());
Completed in 1439 milliseconds