OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pinned_urls
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc
237
const DictionaryValue*
pinned_urls
=
local
239
for (DictionaryValue::key_iterator it =
pinned_urls
->begin_keys();
240
it !=
pinned_urls
->end_keys(); ++it) {
242
if (
pinned_urls
->GetWithoutPathExpansion(*it, &value)) {
/external/chromium/chrome/browser/history/
top_sites.cc
404
DictionaryValue*
pinned_urls
= update.Get();
local
405
pinned_urls
->SetWithoutPathExpansion(GetURLString(url), index);
422
DictionaryValue*
pinned_urls
= update.Get();
local
423
pinned_urls
->RemoveWithoutPathExpansion(GetURLString(url), NULL);
678
DictionaryValue*
pinned_urls
= update.Get();
local
679
pinned_urls
->Clear();
[
all
...]
Completed in 37 milliseconds