HomeSort by relevance Sort by last modified time
    Searched refs:GetPath (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/android_webview/browser/
aw_browser_context.h 78 virtual base::FilePath GetPath() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 87 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/content/public/browser/
browser_context.h 96 virtual base::FilePath GetPath() const = 0;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data.cc 190 base::FilePath path = profile ? profile->GetPath() : base::FilePath();
249 profile_path_ = profile->GetPath();
254 return !profile_path_.empty() && profile_path_ == profile->GetPath();
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_unittest.cc 91 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
103 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
125 size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
profile_impl.cc 512 base::FilePath cookie_path = GetPath();
514 base::FilePath server_bound_cert_path = GetPath();
527 base::FilePath extensions_cookie_path = GetPath();
531 base::FilePath infinite_cache_path = GetPath();
554 extensions_cookie_path, GetPath(), infinite_cache_path,
568 base::Bind(&EnsureReadmeFile, GetPath()),
679 base::FilePath ProfileImpl::GetPath() const {
685 GetPath(), BrowserThread::GetBlockingPool());
    [all...]
avatar_menu_model.cc 230 profile_info_->GetIndexOfProfileWithPath(active_profile->GetPath());
321 item->active = browser_->profile()->GetPath() == path;
338 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
  /external/chromium_org/tools/grit/grit/format/
html_inline_unittest.py 74 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(filename)
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 371 FilePath cookie_path = GetPath();
383 FilePath extensions_cookie_path = GetPath();
387 FilePath app_path = GetPath().Append(chrome::kIsolatedAppStateDirname);
435 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName),
668 FilePath ProfileImpl::GetPath() {
710 ? FilePath() : GetPath().Append(chrome::kAppCacheDirname),
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
828 GetPath().AppendASCII(ExtensionService::kInstallDirectoryName),
    [all...]
profile_manager.cc 265 if (GetProfileByPath(profile->GetPath())) {
267 profile->GetPath().value() <<
281 (profiles_info_.insert(std::make_pair(profile->GetPath(), info))).first;
374 ProfilesInfoMap::iterator iter = profiles_info_.find(profile->GetPath());
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc 264 FilePath path = profile ? profile->GetPath() : FilePath();
324 profile_path_ = profile->GetPath().value();
329 return !profile_path_.empty() && profile_path_ == profile->GetPath().value();
bookmark_storage.cc 135 writer_(profile->GetPath().Append(chrome::kBookmarksFileName),
138 profile->GetPath().Append(chrome::kHistoryBookmarksFileName)) {
  /art/compiler/
elf_stripper.cc 123 PLOG(ERROR) << "Failed to truncate while stripping ELF file: " << file->GetPath();
image_test.cc 79 tmp_oat->GetPath(), tmp_oat->GetPath());
  /art/runtime/base/unix_file/
fd_file.cc 105 std::string FdFile::GetPath() const {
  /art/runtime/
oat_file.cc 170 PLOG(WARNING) << "Failed to open ELF file for " << file->GetPath();
176 LOG(WARNING) << "Failed to load ELF file " << file->GetPath();
181 LOG(WARNING) << "Failed to find oatdata symbol in " << file->GetPath();
195 LOG(WARNING) << "Failed to find oatlastword symbol in " << file->GetPath();
  /external/chromium/chrome/browser/policy/
profile_policy_connector.cc 44 FilePath policy_cache_dir(profile_->GetPath());
  /external/chromium_org/chrome/browser/predictors/
predictor_database.cc 70 : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager.cc 152 context->GetPath().AppendASCII("browser-context-dependencies.dot");
  /external/chromium_org/content/browser/
storage_partition_impl.h 25 virtual base::FilePath GetPath() OVERRIDE;
  /external/chromium_org/ppapi/proxy/
file_ref_resource.h 42 virtual PP_Var GetPath() const OVERRIDE;
  /external/v8/test/sputnik/
testcfg.py 97 full_path = current_path + [test.GetPath()[-1]]
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 112 RUN_CALLBACK_TEST(TestFileRef, GetPath, filter);
229 ASSERT_EQ(kPersFilePath, file_ref_pers.GetPath().AsString());
232 ASSERT_EQ(kTempFilePath, file_ref_temp.GetPath().AsString());
250 ASSERT_TRUE(file_ref_ext.GetPath().is_undefined());
262 ASSERT_EQ(kParentPath, file_ref_pers.GetParent().GetPath().AsString());
265 ASSERT_EQ(kParentPath, file_ref_temp.GetParent().GetPath().AsString());
269 ASSERT_EQ("/", file_ref_slash.GetParent().GetPath().AsString());
273 ASSERT_EQ("/", file_ref_with_root_parent.GetParent().GetPath().AsString());
720 std::string file_path = file_ref.GetPath().AsString();
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 145 shortcut_manager->CreateProfileShortcut(profile->GetPath());
719 profile->GetPath()));
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 48 def GetPath(self):
125 path = request.GetPath().split('?')[0]

Completed in 2567 milliseconds

1 23 4 5 6 7 8 910