HomeSort by relevance Sort by last modified time
    Searched refs:default_path (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 469 FilePath default_path; local
471 non_default_path = default_path;
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged.
478 FilePath default_path; local
479 default_path = non_default_path;
480 EXPECT_EQ("path", default_path.string());
  /external/gtest/test/
gtest-filepath_test.cc 487 FilePath default_path; local
489 non_default_path = default_path;
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
496 FilePath default_path; local
497 default_path = non_default_path;
498 EXPECT_STREQ("path", default_path.c_str());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 401 FilePath default_path; local
403 non_default_path = default_path;
405 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
410 FilePath default_path; local
411 default_path = non_default_path;
412 EXPECT_STREQ("path", default_path.c_str());
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 469 FilePath default_path; local
471 non_default_path = default_path;
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged.
478 FilePath default_path; local
479 default_path = non_default_path;
480 EXPECT_EQ("path", default_path.string());
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 264 const base::FilePath& default_path,
337 if (default_path.empty() && pref_service) {
341 default_dialog_path = default_path;
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 545 const FilePath& default_path,
559 const FilePath& default_path,
568 default_path(default_path),
582 FilePath default_path; member in struct:SelectFileDialogImpl::ExecuteSelectParams
650 const FilePath& default_path,
656 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path,
695 FilePath path = params.default_path;
705 params.default_path.value(), filter,
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.cc 217 base::FilePath default_path = local
220 if (default_path.empty())
221 PathService::Get(base::DIR_USER_DESKTOP, &default_path);
227 default_path,
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_android.cc 67 const base::FilePath& default_path,
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 68 FilePath default_path; local
69 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path);
70 return default_path.Append(filename);
836 FilePath default_path; local
838 default_path = GetDefaultFilepathForBookmarkExport();
842 // After getting the |default_path|, ask the UI to display the file dialog.
845 type, default_path));
849 FilePath default_path) {
866 default_path,
extension_bookmarks_module.h 213 void ShowSelectFileDialog(SelectFileDialog::Type type, FilePath default_path);
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 342 const base::FilePath& default_path,
356 default_path,
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 92 base::FilePath default_path; local
93 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path);
94 return default_path.Append(filename);
891 base::FilePath default_path; local
893 default_path = GetDefaultFilepathForBookmarkExport();
897 // After getting the |default_path|, ask the UI to display the file dialog.
900 type, default_path));
905 const base::FilePath& default_path) {
934 default_path
    [all...]
bookmarks_api.h 299 const base::FilePath& default_path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 116 path = [None] + self.default_path()
122 def default_path(self): member in class:BasicModuleLoader
186 def default_path(self): return sys.path member in class:Hooks
220 def default_path(self): member in class:ModuleLoader
221 return self.hooks.default_path()
rexec.py 114 def default_path(self): member in class:RHooks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 116 path = [None] + self.default_path()
122 def default_path(self): member in class:BasicModuleLoader
186 def default_path(self): return sys.path member in class:Hooks
220 def default_path(self): member in class:ModuleLoader
221 return self.hooks.default_path()
rexec.py 114 def default_path(self): member in class:RHooks
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 87 const base::FilePath& default_path)
91 default_path_(default_path),
122 const base::FilePath& default_path,
124 : FilePickerSessionBase(app_view, title, filter, default_path),
chrome_app_view_ash.h 73 const base::FilePath& default_path,
chrome_app_view_ash.cc 219 const base::FilePath& default_path,
226 default_path,
747 const base::FilePath& default_path,
758 default_path,
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 77 const base::FilePath& default_path) {
82 default_path,
  /external/chromium/chrome/browser/download/
download_manager.h 280 const FilePath& default_path);
download_manager.cc 338 const FilePath& default_path) {
345 file_util::CreateDirectory(default_path);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 70 void SelectFile(const base::FilePath& default_path);

Completed in 1264 milliseconds

12