Searched refs:GetPath (Results 1 - 25 of 225) sorted by relevance

123456789

/external/chromium_org/tools/grit/grit/format/
H A Dhtml_inline_unittest.py74 source_resources.add(tmp_dir.GetPath(filename))
76 resources = html_inline.GetResourceFilenames(tmp_dir.GetPath('index.html'))
77 resources.add(tmp_dir.GetPath('index.html'))
93 source_resources.add(tmp_dir.GetPath(filename))
95 resources = html_inline.GetResourceFilenames(tmp_dir.GetPath('index.js'))
96 resources.add(tmp_dir.GetPath('index.js'))
147 source_resources.add(tmp_dir.GetPath(util.normpath(filename)))
149 result = html_inline.DoInline(tmp_dir.GetPath('index.html'), None)
151 resources.add(tmp_dir.GetPath('index.html'))
196 source_resources.add(tmp_dir.GetPath(filenam
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_list_desktop_browsertest.cc59 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
95 base::FilePath path_profile1 = current_profile->GetPath();
116 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
121 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
130 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
131 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
H A Davatar_menu_desktop.cc18 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
H A Dprofile_manager_browsertest.cc125 EXPECT_EQ(new_profile_path, last_used->GetPath());
130 last_used->GetPath().BaseName().MaybeAsASCII();
175 EXPECT_EQ(new_profile_path, last_used->GetPath());
206 EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
284 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
291 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
299 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
300 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
344 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
352 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
[all...]
H A Dgaia_info_update_service.cc117 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
125 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
148 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
168 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
178 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
H A Dprofiles_state.cc74 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
85 base::FilePath profile_file_path = profile->GetPath();
/external/chromium_org/tools/grit/grit/gather/
H A Dchrome_html_unittest.py63 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
104 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
136 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
163 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
190 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
227 html = chrome_html.ChromeHtml(tmp_dir.GetPath('index.html'))
264 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
292 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
323 html = chrome_html.ChromeHtml(tmp_dir.GetPath('test.css'))
352 html = chrome_html.ChromeHtml(tmp_dir.GetPath('tes
[all...]
H A Dchrome_scaled_image_unittest.py56 contents = dict((tmp_dir.GetPath(k), v) for k, v in contents.items())
106 options.input = tmp_dir.GetPath('in/in.grd')
112 _GetFilesInPak(tmp_dir.GetPath('out/%s.pak' % context)))
115 _GetFilesInRc(tmp_dir.GetPath('out/%s.rc' % context),
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_upload_list.cc26 base::FilePath log_dir_path = profile->GetPath();
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile_store.cc17 loaded_profiles_[profile->GetPath()] = profile;
18 CallbacksByPath::iterator it = callbacks_.find(profile->GetPath());
26 base::FilePath path(profile->GetPath());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc47 profile->GetPath()) :
48 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
61 const base::FilePath& profile_path = profile->GetPath();
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_service_browsertest.cc48 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
76 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
85 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
93 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_win.cc44 profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(),
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc84 EXPECT_EQ("user", profile->GetPath().BaseName().value());
91 EXPECT_EQ("Default", profile->GetPath().BaseName().value());
/external/chromium_org/chrome/browser/apps/
H A Dapp_launch_for_metro_restart_win.cc59 if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
91 profile->GetPath().BaseName().MaybeAsASCII());
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmount_manager.h30 virtual base::FilePath GetPath(const std::string& user_id);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs_factory.cc51 context->GetPath().AppendASCII(extensions::kInstallDirectoryName),
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc67 PP_Var GetPath(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10310
68 VLOG(4) << "PPB_FileRef::GetPath()";
72 return enter.object()->GetPath();
160 &GetPath,
173 &GetPath,
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h85 * file. Use GetPath() to get the full file path.
89 * GetPath() returns the absolute path of the file.
98 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
222 struct PP_Var (*GetPath)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
/external/chromium_org/tools/
H A Dgyp-explain.py23 def GetPath(graph, fro, to): function
106 paths = list(GetPath(g, fro, to))
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc97 // directory structure of BrowserContext::GetPath().
327 // a persistent one that return the same FilePath for GetPath().
368 browser_context_->GetPath().Append(
423 browser_context_, partition->GetPath(), in_memory,
430 partition->GetPath(), in_memory));
473 paths_to_keep.push_back(it->second->GetPath());
482 base::FilePath domain_root = browser_context_->GetPath().Append(
487 base::Bind(&BlockingObliteratePath, browser_context_->GetPath(),
502 active_paths->insert(it->second->GetPath());
507 base::FilePath storage_root = browser_context_->GetPath()
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_unittest.cc121 EXPECT_EQ(profile1_->GetPath(), user_data_dir_.Append(
157 service_->SetProfilePath(profile2_->GetPath());
160 EXPECT_EQ(profile2_->GetPath(),
162 service_->SetProfilePath(profile1_->GetPath());
163 EXPECT_EQ(profile1_->GetPath(),
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc68 Var FileRef::GetPath() const { function in class:pp::FileRef
71 get_interface<PPB_FileRef_1_1>()->GetPath(pp_resource()));
75 get_interface<PPB_FileRef_1_0>()->GetPath(pp_resource()));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc194 new_profile->GetPath().value());
246 shortcut_manager->CreateProfileShortcut(profile->GetPath());
249 DCHECK_EQ(profile_path_being_created_.value(), profile->GetPath().value());
255 dict.Set("filePath", base::CreateFilePathValue(profile->GetPath()));
287 helper::DeleteProfileAtPath(profile->GetPath(), web_ui());
332 helper::DeleteProfileAtPath(new_profile->GetPath(), web_ui());
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_mementos.cc83 return profile_->GetPath().BaseName().MaybeAsASCII();
128 return profile_->GetPath().Append(chrome::kResetPromptMementoFilename);

Completed in 1128 milliseconds

123456789