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

  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 25 return (profile_id_ == profile->GetRuntimeId());
68 ProfileId profile_id = profile->GetRuntimeId();
browser_action_drag_data_unittest.cc 41 const ProfileId profile_id = profile.GetRuntimeId();
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 143 profile1_->GetRuntimeId(),
162 profile1_->GetRuntimeId(),
181 incognito->GetRuntimeId(),
196 profile1_->GetRuntimeId(),
215 profile1_->GetRuntimeId(),
243 profile1_->GetRuntimeId(),
258 profile1_->GetRuntimeId(),
extension_event_router.cc 136 profile_->GetRuntimeId(), listener.extension_id, event_name));
extension_webrequest_api.cc 592 profile()->GetRuntimeId(), extension_id(),
637 profile()->GetRuntimeId(), extension_id(),
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 171 if (candidate->GetRuntimeId() == profile_id)
175 if (candidate->GetRuntimeId() == profile_id)
profile.h 192 virtual ProfileId GetRuntimeId() = 0;
profile_impl.h 47 virtual ProfileId GetRuntimeId();
profile_io_data.cc 187 params->profile_id = profile->GetRuntimeId();
profile.cc 210 virtual ProfileId GetRuntimeId() {
profile_impl.cc 664 ProfileId ProfileImpl::GetRuntimeId() {
    [all...]
  /external/chromium/android/autofill/
profile_android.h 139 virtual ProfileId GetRuntimeId() { NOTREACHED(); return 0; }

Completed in 507 milliseconds