HomeSort by relevance Sort by last modified time
    Searched refs:GetProfileName (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium/chrome/common/
profiling.cc 15 std::string GetProfileName() {
78 base::debug::StartProfiling(GetProfileName());
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 144 << profile_->GetProfileName();
231 VLOG(1) << "Downloading all contacts for " << profile_->GetProfileName();
235 << profile_->GetProfileName();
261 VLOG(1) << "Scheduling update of " << profile_->GetProfileName()
297 << profile_->GetProfileName();
354 LOG(WARNING) << "Contacts download failed for " << profile_->GetProfileName();
362 << profile_->GetProfileName();
367 << profile_->GetProfileName();
fake_contact_store.cc 108 << profile << " (" << profile->GetProfileName() << ")";
  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.cc 32 std::string current_email = custodian_profile_->GetProfileName();
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.h 37 virtual base::string16 GetProfileName() const OVERRIDE;
guest_resource_provider.cc 42 virtual base::string16 GetProfileName() const OVERRIDE;
74 base::string16 GuestResource::GetProfileName() const {
notification_resource_provider.cc 32 virtual base::string16 GetProfileName() const OVERRIDE;
82 base::string16 NotificationResource::GetProfileName() const {
resource_provider.h 60 virtual base::string16 GetProfileName() const = 0;
browser_process_resource_provider.cc 77 base::string16 BrowserProcessResource::GetProfileName() const {
task_manager_unittest.cc 36 virtual base::string16 GetProfileName() const OVERRIDE {
child_process_resource_provider.cc 39 virtual base::string16 GetProfileName() const OVERRIDE;
104 base::string16 ChildProcessResource::GetProfileName() const {
extension_process_resource_provider.cc 46 virtual base::string16 GetProfileName() const OVERRIDE;
112 base::string16 ExtensionProcessResource::GetProfileName() const {
panel_resource_provider.cc 40 virtual base::string16 GetProfileName() const OVERRIDE;
90 base::string16 PanelResource::GetProfileName() const {
background_resource_provider.cc 48 virtual base::string16 GetProfileName() const OVERRIDE;
109 base::string16 BackgroundContentsResource::GetProfileName() const {
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.cc 22 return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_user_controller.cc 138 if (user_profile->GetProfileName().empty())
193 std::string user_email = user_profile->GetProfileName();
  /external/chromium_org/chrome/common/
profiling.cc 44 std::string GetProfileName() {
172 base::debug::StartProfiling(GetProfileName());
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.cc 49 const std::string username = profile->GetProfileName();
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 32 virtual std::string GetProfileName() OVERRIDE;
app_list_shower_unittest.cc 22 return profile_->GetProfileName();
fake_profile.cc 16 std::string FakeProfile::GetProfileName() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 141 browser(), UTF8ToUTF16(browser()->profile()->GetProfileName()));
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 38 virtual std::string GetProfileName() OVERRIDE;
profile.h 176 virtual std::string GetProfileName() = 0;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 116 DVLOG(2) << "Logged in profile name: " << GetProfile()->GetProfileName();
136 DVLOG(2) << "Newly logged in: " << GetProfile()->GetProfileName();

Completed in 875 milliseconds

1 2