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

  /external/chromium/chrome/browser/extensions/
extension_tabs_module_constants.cc 25 const char kPinnedKey[] = "pinned";
extension_tabs_module_constants.h 29 extern const char kPinnedKey[];
extension_tabs_module.cc 133 result->SetBoolean(keys::kPinnedKey,
716 if (args->HasKey(keys::kPinnedKey))
717 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPinnedKey, &pinned));
892 if (update_props->HasKey(keys::kPinnedKey)) {
893 EXTENSION_FUNCTION_VALIDATE(update_props->GetBoolean(keys::kPinnedKey,
    [all...]
extension_browser_event_router.cc 492 changed_properties->SetBoolean(tab_keys::kPinnedKey,

Completed in 89 milliseconds