Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_controller_prefs.cc13 prefs::kBrowserActionContainerWidth, in RegisterBrowserActionsControllerProfilePrefs()
Dbrowser_actions_controller.mm393 profile_->GetPrefs()->GetDouble(prefs::kBrowserActionContainerWidth);
/external/chromium/chrome/common/
Dpref_names.h362 extern const char kBrowserActionContainerWidth[];
Dpref_names.cc1032 const char kBrowserActionContainerWidth[] = variable
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_controller.mm244 prefs::kBrowserActionContainerWidth))
363 profile_->GetPrefs()->GetDouble(prefs::kBrowserActionContainerWidth);
422 prefs->RegisterDoublePref(prefs::kBrowserActionContainerWidth, 0);
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc394 prefs->RegisterIntegerPref(prefs::kBrowserActionContainerWidth, 0); in RegisterUserPrefs()
407 profile_->GetPrefs()->GetInteger(prefs::kBrowserActionContainerWidth); in Init()
/external/chromium_org/chrome/common/
Dpref_names.h560 extern const char kBrowserActionContainerWidth[];
Dpref_names.cc1690 const char kBrowserActionContainerWidth[] = variable
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc124 profile_->GetPrefs()->GetInteger(prefs::kBrowserActionContainerWidth); in Init()
/external/chromium_org/chrome/browser/extensions/
Dextension_prefs.cc1744 prefs::kBrowserActionContainerWidth, in RegisterProfilePrefs()