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

  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.h 42 int OnBeforeRequest(ProfileId profile_id,
52 int OnBeforeSendHeaders(ProfileId profile_id,
58 void OnURLRequestDestroyed(ProfileId profile_id, net::URLRequest* request);
63 ProfileId profile_id,
76 ProfileId profile_id,
85 ProfileId profile_id,
94 typedef std::map<ProfileId, ListenerMapForProfile> ListenerMap;
102 ProfileId profile_id,
112 ProfileId profile_id,
121 ProfileId profile_id
    [all...]
extension_proxy_api.h 46 ProfileId profile_id,
extension_event_router_forwarder.h 56 ProfileId profile_id,
67 ProfileId profile_id,
93 ProfileId profile_id,
extension_event_router_forwarder.cc 26 ProfileId profile_id, bool use_profile_to_restrict_events,
44 ProfileId profile_id, bool use_profile_to_restrict_events,
55 ProfileId profile_id, bool use_profile_to_restrict_events,
extension_webrequest_api.cc 115 ProfileId profile_id,
127 ProfileId profile_id,
292 ProfileId profile_id,
340 ProfileId profile_id,
378 ProfileId profile_id, net::URLRequest* request) {
384 ProfileId profile_id,
423 ProfileId profile_id,
445 ProfileId profile_id,
466 ProfileId profile_id,
495 ProfileId profile_id
    [all...]
extension_proxy_api.cc 34 ProfileId profile_id,
extension_event_router.cc 38 ProfileId profile_id,
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 31 ProfileId profile_id,
55 const ProfileId profile_id_;
chrome_network_delegate.cc 25 ProfileId profile_id) {
41 ProfileId profile_id,
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 49 ProfileId profile_id_;
browser_action_drag_data.cc 68 ProfileId profile_id = profile->GetRuntimeId();
browser_action_drag_data_unittest.cc 41 const ProfileId profile_id = profile.GetRuntimeId();
  /external/chromium/chrome/browser/profiles/
profile_manager.h 71 Profile* GetProfileWithId(ProfileId profile_id);
profile.h 122 typedef intptr_t ProfileId;
168 static const ProfileId kInvalidProfileId;
192 virtual ProfileId GetRuntimeId() = 0;
profile.cc 96 const ProfileId Profile::kInvalidProfileId = static_cast<ProfileId>(0);
210 virtual ProfileId GetRuntimeId() {
211 return reinterpret_cast<ProfileId>(this);
profile_io_data.h 121 ProfileId profile_id;
profile_impl.h 47 virtual ProfileId GetRuntimeId();
profile_manager.cc 165 Profile* ProfileManager::GetProfileWithId(ProfileId profile_id) {
profile_impl.cc 664 ProfileId ProfileImpl::GetRuntimeId() {
665 return reinterpret_cast<ProfileId>(this);
    [all...]
  /external/chromium/android/autofill/
profile_android.h 122 typedef intptr_t ProfileId;
139 virtual ProfileId GetRuntimeId() { NOTREACHED(); return 0; }

Completed in 349 milliseconds