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

  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 91 manager.RegisterProfile(profile);
111 manager.RegisterProfile(profile);
141 manager.RegisterProfile(profile);
174 manager.RegisterProfile(profile1);
175 manager.RegisterProfile(profile2);
215 manager.RegisterProfile(profile1);
216 manager.RegisterProfile(profile2);
261 manager.RegisterProfile(profile1);
278 manager.RegisterProfile(profile2);
298 manager.RegisterProfile(profile1)
    [all...]
background_mode_manager.h 58 virtual void RegisterProfile(Profile* profile);
background_mode_manager.cc 237 void BackgroundModeManager::RegisterProfile(Profile* profile) {
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.h 34 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
65 // in |service_provider_map_|. Maintained by RegisterProfile() and
bluetooth_profile_manager_client.h 87 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
fake_bluetooth_profile_manager_client.cc 32 void FakeBluetoothProfileManagerClient::RegisterProfile(
38 VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
bluetooth_profile_manager_client.cc 50 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
  /external/chromium/chrome/browser/profiles/
profile_manager.h 146 ProfileInfo* RegisterProfile(Profile* profile, bool created);
156 // RegisterProfile() to add into this map.
profile_manager.cc 240 RegisterProfile(Profile::CreateProfileAsync(user_data_dir, this),
272 RegisterProfile(profile, true);
277 ProfileManager::ProfileInfo* ProfileManager::RegisterProfile(Profile* profile,
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.h 70 virtual void RegisterProfile(
bluetooth_api.cc 165 RegisterProfile(
172 void BluetoothAddProfileFunction::RegisterProfile(
bluetooth_apitest.cc 103 virtual void RegisterProfile(
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 55 browser_process->profile_manager()->RegisterProfile(profile1_, true);
56 browser_process->profile_manager()->RegisterProfile(profile2_, true);
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 496 info = RegisterProfile(CreateProfileAsyncHelper(profile_path, this), false);
557 RegisterProfile(profile, true);
562 ProfileManager::ProfileInfo* ProfileManager::RegisterProfile(
    [all...]
profile_manager.h 263 ProfileInfo* RegisterProfile(Profile* profile, bool created);
266 // RegisterProfile.
320 // RegisterProfile() to add into this map. This map owns all loaded profile
profile_impl.cc 509 g_browser_process->background_mode_manager()->RegisterProfile(this);
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 105 RegisterProfile(

Completed in 461 milliseconds