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

  /external/chromium/chrome/browser/bookmarks/
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);
bookmark_codec.h 90 static const char* kTypeURL;
bookmark_html_writer.cc 234 (type_string != BookmarkCodec::kTypeURL &&
240 if (type_string == BookmarkCodec::kTypeURL) {

Completed in 35 milliseconds