OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTypeKey
(Results
1 - 16
of
16
) 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))
/external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api_constants.cc
10
const char
kTypeKey
[] = "type";
/external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h
94
static const char*
kTypeKey
;
103
// Possible values for
kTypeKey
.
bookmark_codec.cc
28
const char* BookmarkCodec::
kTypeKey
= "type";
121
value->SetString(
kTypeKey
, kTypeURL);
126
value->SetString(
kTypeKey
, kTypeFolder);
295
if (!value.GetString(
kTypeKey
, &type_string))
/external/chromium_org/chrome/browser/extensions/api/processes/
processes_api_constants.cc
26
const char
kTypeKey
[] = "type";
/external/chromium_org/extensions/browser/
extension_error.cc
27
const char ExtensionError::
kTypeKey
[] = "type";
51
value->SetInteger(
kTypeKey
, static_cast<int>(type_));
extension_error.h
57
static const char
kTypeKey
[];
/external/chromium_org/sandbox/win/src/
handle_table.cc
29
const char16* HandleTable::
kTypeKey
= L"Key";
handle_table.h
25
static const char16* HandleTable::
kTypeKey
;
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_constants.cc
24
const char
kTypeKey
[] = "type";
/external/chromium_org/chrome/browser/extensions/
menu_manager.cc
57
const char
kTypeKey
[] = "type";
201
value->SetInteger(
kTypeKey
, type_);
230
if (!value.GetInteger(
kTypeKey
, &type_int))
Completed in 181 milliseconds