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

  /external/chromium_org/components/bookmarks/browser/
bookmark_codec.h 105 static const char* kTypeURL;
bookmark_codec.cc 38 const char* BookmarkCodec::kTypeURL = "url";
123 value->SetString(kTypeKey, kTypeURL);
302 if (type_string != kTypeURL && type_string != kTypeFolder)
305 if (type_string == kTypeURL) {
472 UpdateChecksum(kTypeURL);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer.cc 251 (type_string != BookmarkCodec::kTypeURL &&
257 if (type_string == BookmarkCodec::kTypeURL) {

Completed in 133 milliseconds