OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemovePinnedURL
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.h
60
// Callback for the "
removePinnedURL
" message.
102
void
RemovePinnedURL
(const GURL& url);
most_visited_handler.cc
103
web_ui_->RegisterMessageCallback("
removePinnedURL
",
221
RemovePinnedURL
(GURL(url));
224
void MostVisitedHandler::
RemovePinnedURL
(const GURL& url) {
227
ts->
RemovePinnedURL
(url);
/external/chromium/chrome/browser/history/
top_sites.h
129
void
RemovePinnedURL
(const GURL& url);
top_sites.cc
350
RemovePinnedURL
(url);
394
RemovePinnedURL
(old);
397
RemovePinnedURL
(url);
416
void TopSites::
RemovePinnedURL
(const GURL& url) {
794
RemovePinnedURL
(new_top_sites[index].url);
[
all
...]
top_sites_unittest.cc
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 663 milliseconds