OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kParentIdKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_bookmarks_module_constants.cc
11
const char
kParentIdKey
[] = "parentId";
extension_context_menu_api.cc
20
const char
kParentIdKey
[] = "parentId";
186
if (!properties.HasKey(
kParentIdKey
))
189
if (properties.HasKey(
kParentIdKey
) &&
190
!properties.GetInteger(
kParentIdKey
, &parent_id.uid))
247
if (properties->HasKey(
kParentIdKey
)) {
249
EXTENSION_FUNCTION_VALIDATE(properties->GetInteger(
kParentIdKey
,
Completed in 25 milliseconds