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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 90 static const char* kTypeURL;
bookmark_codec.cc 31 const char* BookmarkCodec::kTypeURL = "url";
97 value->SetString(kTypeKey, kTypeURL);
235 if (type_string != kTypeURL && type_string != kTypeFolder)
238 if (type_string == kTypeURL) {
320 UpdateChecksum(kTypeURL);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h 104 static const char* kTypeURL;
bookmark_codec.cc 36 const char* BookmarkCodec::kTypeURL = "url";
121 value->SetString(kTypeKey, kTypeURL);
298 if (type_string != kTypeURL && type_string != kTypeFolder)
301 if (type_string == kTypeURL) {
466 UpdateChecksum(kTypeURL);

Completed in 33 milliseconds