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

  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api_constants.cc 22 const char kProfileKey[] = "profile";
processes_api_constants.h 25 extern const char kProfileKey[];
processes_api.cc 150 result->SetString(keys::kProfileKey,
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 69 window->GetNativeWindowProperty(Profile::kProfileKey));
359 params->parent->GetNativeWindowProperty(Profile::kProfileKey));
360 native_widget->SetNativeWindowProperty(Profile::kProfileKey,
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 40 const wchar_t* const kProfileKey =
260 kProfileKey);
262 std::wstring key_name(kProfileKey);
autofill_ie_toolbar_import_win_unittest.cc 31 const wchar_t* const kProfileKey =
146 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS);
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 52 window->GetNativeWindowProperty(Profile::kProfileKey));
  /external/chromium_org/chrome/browser/profiles/
profile.h 147 static const char kProfileKey[];
profile.cc 67 const char Profile::kProfileKey[] = "__PROFILE__";
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 154 widget->SetNativeWindowProperty(Profile::kProfileKey, &profile_);
accessibility_event_router_views.cc 146 widget->GetNativeWindowProperty(Profile::kProfileKey));
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 2089 milliseconds