Home
last modified time | relevance | path

Searched defs:file_paths (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Tools/scripts/
Dpatchcheck.py134 def report_modified_files(file_paths): argument
146 def normalize_whitespace(file_paths): argument
155 def normalize_c_whitespace(file_paths): argument
171 def normalize_docs_whitespace(file_paths): argument
190 def docs_modified(file_paths): argument
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
208 def regenerated_configure(file_paths): argument
216 def regenerated_pyconfig_h_in(file_paths): argument
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc41 const std::vector<CefString>& file_paths) override { in Continue()
75 std::vector<base::FilePath> file_paths; in CancelNow() local
86 const std::vector<base::FilePath>& file_paths) { in RunFileDialogDismissed()
130 std::vector<base::FilePath> file_paths; in CancelNow() local
310 const std::vector<base::FilePath>& file_paths) { in OnRunFileChooserCallback()
324 const std::vector<base::FilePath>& file_paths) { in OnRunFileChooserUploadFolderDelegateCallback()
346 const std::vector<base::FilePath>& file_paths) { in OnRunFileChooserDelegateCallback()
Ddownload_manager_delegate.cc164 const std::vector<base::FilePath>& file_paths) { in ChooseDownloadPathCallback()
/third_party/grpc/src/ruby/spec/pb/codegen/
Dpackage_option_spec.rb73 def with_protos(file_paths) argument
/third_party/cef/libcef_dll/ctocpp/
Drun_file_dialog_callback_ctocpp.cc24 const std::vector<CefString>& file_paths) { in OnFileDialogDismissed()
Dfile_dialog_callback_ctocpp.cc24 const std::vector<CefString>& file_paths) { in Continue()
/third_party/cef/libcef_dll/cpptoc/
Drun_file_dialog_callback_cpptoc.cc26 cef_string_list_t file_paths) { in run_file_dialog_callback_on_file_dialog_dismissed()
Dfile_dialog_callback_cpptoc.cc26 cef_string_list_t file_paths) { in file_dialog_callback_cont()
/third_party/cef/tests/cefclient/browser/
Ddialog_test.cc49 const std::vector<CefString>& file_paths) OVERRIDE { in OnFileDialogDismissed()
Dtest_runner.cc362 const std::vector<CefString>& file_paths) OVERRIDE { in EndTracing()
420 const std::vector<CefString>& file_paths) OVERRIDE { in PrintToPDF()
/third_party/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc130 const std::vector<base::FilePath>& file_paths) { in SaveAsDialogDismissed()
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc47 const std::vector<CefString>& file_paths) override { in OnFileDialogDismissed()
/third_party/selinux/libselinux/src/
Dselinux_config.c63 static char *file_paths[NEL]; variable
/third_party/cef/libcef/browser/osr/
Drender_widget_host_view_osr.cc1414 const std::vector<std::string>& file_paths, in ShowSharePicker()