HomeSort by relevance Sort by last modified time
    Searched refs:token_dictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 43 const DictionaryValue* token_dictionary = local
49 if (token_dictionary != NULL) {
50 for (DictionaryValue::key_iterator it = token_dictionary->begin_keys();
51 it != token_dictionary->end_keys(); ++it) {
55 token_dictionary->GetStringWithoutPathExpansion(*it,
  /external/chromium_org/chrome/browser/geolocation/
chrome_access_token_store.cc 65 DictionaryValue* token_dictionary = update.Get(); local
69 if (token_dictionary != NULL) {
70 for (DictionaryValue::Iterator it(*token_dictionary); !it.IsAtEnd();
82 token_dictionary->RemoveWithoutPathExpansion(

Completed in 845 milliseconds