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

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 85 static const char* kURLKey;
bookmark_codec.cc 28 const char* BookmarkCodec::kURLKey = "url";
99 value->SetString(kURLKey, url);
240 if (!value.GetString(kURLKey, &url_string))
bookmark_html_writer.cc 242 if (!value.GetString(BookmarkCodec::kURLKey, &url_string)) {

Completed in 77 milliseconds