OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServesPath
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/search/
iframe_source.h
27
virtual bool
ServesPath
(const std::string& path) const = 0;
most_visited_iframe_source.h
36
virtual bool
ServesPath
(const std::string& path) const OVERRIDE;
iframe_source.cc
45
ServesPath
(path);
most_visited_iframe_source.cc
93
bool MostVisitedIframeSource::
ServesPath
(const std::string& path) const {
iframe_source_unittest.cc
42
virtual bool
ServesPath
(const std::string& path) const OVERRIDE {
Completed in 37 milliseconds