Searched refs:kPinnedKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_tabs_module_constants.cc25 const char kPinnedKey[] = "pinned"; member in namespace:extension_tabs_module_constants
H A Dextension_tabs_module_constants.h29 extern const char kPinnedKey[];
H A Dextension_tabs_module.cc133 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,
H A Dextension_browser_event_router.cc492 changed_properties->SetBoolean(tab_keys::kPinnedKey,

Completed in 35 milliseconds