OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPinnedURLAtIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc
230
bool MostVisitedHandler::
GetPinnedURLAtIndex
(int index,
/external/chromium/chrome/browser/history/
top_sites.cc
393
if (
GetPinnedURLAtIndex
(pinned_index, &old))
429
bool TopSites::
GetPinnedURLAtIndex
(size_t index, GURL* url) {
697
bool found =
GetPinnedURLAtIndex
(pinned_index, &url);
[
all
...]
Completed in 611 milliseconds