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

1 2

  /external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service.cc 22 std::string current_email = custodian_profile_->GetProfileName();
  /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 141 << profile_->GetProfileName();
228 VLOG(1) << "Downloading all contacts for " << profile_->GetProfileName();
232 << profile_->GetProfileName();
258 VLOG(1) << "Scheduling update of " << profile_->GetProfileName()
294 << profile_->GetProfileName();
351 LOG(WARNING) << "Contacts download failed for " << profile_->GetProfileName();
359 << profile_->GetProfileName();
364 << profile_->GetProfileName();
fake_contact_store.cc 108 << profile << " (" << profile->GetProfileName() << ")";
contact_manager.cc 189 VLOG(1) << "Adding profile " << profile->GetProfileName();
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.h 38 virtual string16 GetProfileName() const OVERRIDE;
guest_resource_provider.cc 41 virtual string16 GetProfileName() const OVERRIDE;
73 string16 GuestResource::GetProfileName() const {
notification_resource_provider.cc 32 virtual string16 GetProfileName() const OVERRIDE;
82 string16 NotificationResource::GetProfileName() const {
resource_provider.h 60 virtual string16 GetProfileName() const = 0;
browser_process_resource_provider.cc 78 string16 BrowserProcessResource::GetProfileName() const {
task_manager_unittest.cc 36 virtual string16 GetProfileName() const OVERRIDE {
background_resource_provider.cc 48 virtual string16 GetProfileName() const OVERRIDE;
109 string16 BackgroundContentsResource::GetProfileName() const {
child_process_resource_provider.cc 41 virtual string16 GetProfileName() const OVERRIDE;
106 string16 ChildProcessResource::GetProfileName() const {
extension_process_resource_provider.cc 46 virtual string16 GetProfileName() const OVERRIDE;
112 string16 ExtensionProcessResource::GetProfileName() const {
panel_resource_provider.cc 40 virtual string16 GetProfileName() const OVERRIDE;
90 string16 PanelResource::GetProfileName() const {
tab_contents_resource_provider.cc 78 virtual string16 GetProfileName() const OVERRIDE;
144 string16 TabContentsResource::GetProfileName() const {
worker_resource_provider.cc 54 virtual string16 GetProfileName() const OVERRIDE;
107 string16 SharedWorkerResource::GetProfileName() const {
  /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/profiles/
off_the_record_profile_impl.h 38 virtual std::string GetProfileName() OVERRIDE;
profile.h 180 virtual std::string GetProfileName() = 0;
profile_impl.h 91 virtual std::string GetProfileName() OVERRIDE;
off_the_record_profile_impl.cc 192 std::string OffTheRecordProfileImpl::GetProfileName() {
  /external/chromium_org/chrome/test/base/
testing_profile.h 188 virtual std::string GetProfileName() OVERRIDE;
testing_profile.cc 524 std::string TestingProfile::GetProfileName() {

Completed in 293 milliseconds

1 2