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

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 118 base::Value* other_folder_value = NULL; local
124 &other_folder_value) ||
125 other_folder_value->GetType() != base::Value::TYPE_DICTIONARY ||
137 !WriteNode(*static_cast<base::DictionaryValue*>(other_folder_value),
  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.cc 192 const base::Value* other_folder_value = NULL; local
195 !roots_d_value->Get(kOtherBookmarkFolderNameKey, &other_folder_value) ||
196 other_folder_value->GetType() != base::Value::TYPE_DICTIONARY) {
202 DecodeNode(*static_cast<const base::DictionaryValue*>(other_folder_value),

Completed in 105 milliseconds