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

  /external/chromium/chrome/browser/extensions/
extension_processes_api_constants.cc 15 const char kTypeKey[] = "type";
extension_webrequest_api_constants.cc 17 const char kTypeKey[] = "type";
extension_accessibility_api_constants.cc 10 const char kTypeKey[] = "type";
extension_context_menu_api.cc 23 const char kTypeKey[] = "type";
84 if (!properties.HasKey(kTypeKey)) {
90 if (!properties.GetString(kTypeKey, &type_string))
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 82 static const char* kTypeKey;
89 // Possible values for kTypeKey.
bookmark_codec.cc 25 const char* BookmarkCodec::kTypeKey = "type";
97 value->SetString(kTypeKey, kTypeURL);
102 value->SetString(kTypeKey, kTypeFolder);
232 if (!value.GetString(kTypeKey, &type_string))

Completed in 778 milliseconds