HomeSort by relevance Sort by last modified time
    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 85 milliseconds