OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsURLPinned
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/history/
top_sites.h
126
bool
IsURLPinned
(const GURL& url);
top_sites_unittest.cc
882
EXPECT_TRUE(top_sites()->
IsURLPinned
(news_url));
893
EXPECT_FALSE(top_sites()->
IsURLPinned
(news_url));
908
EXPECT_FALSE(top_sites()->
IsURLPinned
(google1_url));
[
all
...]
top_sites.cc
396
if (
IsURLPinned
(url))
411
bool TopSites::
IsURLPinned
(const GURL& url) {
[
all
...]
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc
304
if (ts && ts->
IsURLPinned
(url.url))
/external/chromium/chrome/browser/automation/
automation_provider_observers.cc
[
all
...]
Completed in 26 milliseconds