HomeSort by relevance Sort by last modified time
    Searched refs:kProfileKey (Results 1 - 19 of 19) 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 148 result->SetString(keys::kProfileKey,
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 32 const wchar_t* const kProfileKey =
209 kProfileKey);
211 std::wstring key_name(kProfileKey);
autofill_ie_toolbar_import_win_unittest.cc 28 const wchar_t* const kProfileKey =
145 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS);
  /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/chrome/browser/ui/views/
accessibility_event_router_views_unittest.cc 163 Profile::kProfileKey, &profile);
chrome_views_delegate.cc 38 Profile::kProfileKey));
accessibility_event_router_views.cc 133 Profile::kProfileKey));
  /external/chromium_org/chrome/browser/profiles/
profile.cc 58 const char Profile::kProfileKey[] = "__PROFILE__";
profile.h 144 static const char kProfileKey[];
  /external/chromium/chrome/browser/profiles/
profile.h 165 static const char* kProfileKey;
profile.cc 93 const char* Profile::kProfileKey = "__PROFILE__";
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.cc 56 window->GetNativeWindowProperty(Profile::kProfileKey));
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views_unittest.cc 152 widget->SetNativeWindowProperty(Profile::kProfileKey, &profile_);
accessibility_event_router_views.cc 168 widget->GetNativeWindowProperty(Profile::kProfileKey));
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 872 milliseconds