Searched refs:RegisterProfile (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_manager_client.h34 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
65 // in |service_provider_map_|. Maintained by RegisterProfile() and
H A Dbluetooth_profile_manager_client.h84 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
H A Dfake_bluetooth_profile_manager_client.cc35 void FakeBluetoothProfileManagerClient::RegisterProfile( function in class:chromeos::FakeBluetoothProfileManagerClient
41 VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
H A Dbluetooth_profile_manager_client.cc37 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc228 manager_->RegisterProfile(profile_);
303 manager.RegisterProfile(profile_);
336 manager.RegisterProfile(profile_);
365 manager.RegisterProfile(profile_);
397 manager.RegisterProfile(profile_);
398 manager.RegisterProfile(profile2);
437 manager.RegisterProfile(profile_);
438 manager.RegisterProfile(profile2);
482 manager.RegisterProfile(profile_);
500 manager.RegisterProfile(profile
[all...]
H A Dbackground_mode_manager.h63 virtual void RegisterProfile(Profile* profile);
H A Dbackground_mode_manager.cc288 void BackgroundModeManager::RegisterProfile(Profile* profile) { function in class:BackgroundModeManager
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc114 RegisterProfile(success_callback, error_callback);
154 RegisterProfile(success_callback, error_callback);
218 void BluetoothSocketChromeOS::RegisterProfile( function in class:chromeos::BluetoothSocketChromeOS
256 RegisterProfile(
335 RegisterProfile(
H A Dbluetooth_socket_chromeos.h90 void RegisterProfile(const base::Closure& success_callback,
108 // Called by dbus:: on completion of the RegisterProfile() method call
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.h261 ProfileInfo* RegisterProfile(Profile* profile, bool created);
264 // RegisterProfile.
332 // RegisterProfile() to add into this map. This map owns all loaded profile
H A Dprofile_manager.cc416 info = RegisterProfile(CreateProfileAsyncHelper(profile_path, this), false);
805 RegisterProfile(profile, true);
1082 RegisterProfile(profile, true);
1133 ProfileManager::ProfileInfo* ProfileManager::RegisterProfile( function in class:ProfileManager
H A Dprofile_impl.cc588 g_browser_process->background_mode_manager()->RegisterProfile(this);

Completed in 201 milliseconds