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

1 2 3 4 5 67 8 910

  /external/chromium/chrome/browser/search_engines/
template_url.h 116 const std::string& GetPath() const;
  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 343 FilePath temp_directory = profile_->GetPath().AppendASCII("Sync Data");
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 179 base_path_(profile->GetPath().AppendASCII(
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 183 const std::string& GetPath() const;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 71 custom_dictionary_.reset(new SpellcheckCustomDictionary(profile_->GetPath()));
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 323 profile_path_(profile->GetPath()) {
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 316 web_ui()->GetWebContents()->GetBrowserContext()->GetPath();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 218 if(entry.GetPath(&path) != B_NO_ERROR)
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 658 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
706 EXPECT_EQ(dest_path2, profile_manager->GetLastUsedProfile()->GetPath());
770 EXPECT_EQ(dest_path3, profile_manager->GetLastUsedProfile()->GetPath());
profile_shortcut_manager_win.cc     [all...]
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 427 GetPath();
464 void GetPath();
685 void PdtShortestPath<Arc, Queue>::GetPath() {
  /external/chromium/chrome/browser/
shell_integration_win.cc 205 if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH),
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 377 web_app::CreateShortcut(profile_->GetPath(),
  /external/chromium_org/android_webview/native/
cookie_manager.cc 273 CreateCookieMonster(browser_context->GetPath(), NULL, background_task_runner);
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 139 base::FilePath db_path = profile_->GetPath().Append(kDatabaseDirectoryName);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 264 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
file_system_util_unittest.cc 178 base::FilePath profile_path = profile.GetPath();
  /external/chromium_org/chrome/browser/policy/
managed_mode_policy_provider.cc 64 profile->GetPath().Append(chrome::kManagedModePolicyFilename);
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 68 profile_name_(profile_->GetPath().AsUTF8Unsafe()),
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 424 harness_.profile->GetPath().AppendASCII("Sync Data");
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 464 panel->profile()->GetPath()),
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_message_filter.cc 61 browser_path_ = browser_context->GetPath();
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 91 android::String8 RSInfo::GetPath(const char *pFilename) {
  /art/dex2oat/
dex2oat.cc 290 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath();
320 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath();
    [all...]
  /external/chromium_org/dbus/
message.cc 260 AppendStringHeader("path", GetPath().value(), &headers);
311 ObjectPath Message::GetPath() {

Completed in 3139 milliseconds

1 2 3 4 5 67 8 910