Home
last modified time | relevance | path

Searched refs:kPinnedKey (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc25 const char kPinnedKey[] = "pinned"; variable
Dextension_tabs_module_constants.h29 extern const char kPinnedKey[];
Dextension_tabs_module.cc133 result->SetBoolean(keys::kPinnedKey, in CreateTabValue()
716 if (args->HasKey(keys::kPinnedKey)) in RunImpl()
717 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPinnedKey, &pinned)); in RunImpl()
892 if (update_props->HasKey(keys::kPinnedKey)) { in RunImpl()
893 EXTENSION_FUNCTION_VALIDATE(update_props->GetBoolean(keys::kPinnedKey, in RunImpl()
Dextension_browser_event_router.cc492 changed_properties->SetBoolean(tab_keys::kPinnedKey, in TabPinnedStateChanged()
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_constants.cc32 const char kPinnedKey[] = "pinned"; variable
Dtabs_constants.h35 extern const char kPinnedKey[];
Dash_panel_contents.cc123 tab_value->SetBoolean(extensions::tabs_constants::kPinnedKey, false); in CreateTabValue()
Dtabs_event_router.cc547 changed_properties->SetBoolean(tabs_constants::kPinnedKey, in TabPinnedStateChanged()
/external/chromium_org/chrome/browser/extensions/
Dextension_tab_util.cc143 result->SetBoolean(keys::kPinnedKey, in CreateTabValue()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc130 tab_value->SetBoolean(extensions::tabs_constants::kPinnedKey, false); in CreateTabValue()