Home
last modified time | relevance | path

Searched defs:full_path (Results 1 – 25 of 82) sorted by relevance

1234

/external/chromium_org/chrome/browser/
Dplatform_util_linux.cc56 void ShowItemInFolderOnFileThread(const base::FilePath& full_path) { in ShowItemInFolderOnFileThread()
68 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { in ShowItemInFolder()
74 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem()
Dplatform_util_win.cc37 void ShowItemInFolderOnFileThread(const base::FilePath& full_path) { in ShowItemInFolderOnFileThread()
162 void OpenItemViaShellInUtilityProcess(const base::FilePath& full_path) { in OpenItemViaShellInUtilityProcess()
173 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { in ShowItemInFolder()
183 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem()
Dplatform_util_chromeos.cc23 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { in ShowItemInFolder()
28 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem()
Dplatform_util_android.cc13 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { in ShowItemInFolder()
17 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_flash_file_message_filter.cc111 base::FilePath full_path = ValidateAndConvertPepperFilePath( in OnOpenFile() local
167 base::FilePath full_path = in OnDeleteFileOrDir() local
180 base::FilePath full_path = in OnCreateDir() local
194 base::FilePath full_path = in OnQueryFile() local
210 base::FilePath full_path = in OnGetDirContents() local
/external/chromium_org/ui/base/win/
Dshell.cc29 bool OpenItemWithExternalApp(const base::string16& full_path) { in OpenItemWithExternalApp()
40 bool OpenAnyViaShell(const base::string16& full_path, in OpenAnyViaShell()
59 bool OpenItemViaShell(const base::FilePath& full_path) { in OpenItemViaShell()
/external/chromium_org/content/browser/
Dsafe_util_win.cc28 bool SetInternetZoneIdentifierDirectly(const base::FilePath& full_path) { in SetInternetZoneIdentifierDirectly()
54 HRESULT AVScanFile(const base::FilePath& full_path, in AVScanFile()
/external/chromium_org/content/browser/download/
Ddownload_file_impl.cc110 const base::FilePath& full_path, in RenameAndUniquify()
117 const base::FilePath& full_path, in RenameAndAnnotate()
142 const base::FilePath& full_path, in RenameWithRetryInternal()
Dbase_file.h87 const base::FilePath& full_path() const { return full_path_; } in full_path() function
Dsave_file.cc45 DownloadInterruptReason SaveFile::Rename(const base::FilePath& full_path) { in Rename()
Dsave_item.cc116 void SaveItem::Rename(const base::FilePath& full_path) { in Rename()
/external/chromium_org/chrome/test/ispy/common/
Dispy_utils.py78 def UploadImage(self, full_path, image): argument
88 def DownloadImage(self, full_path): argument
102 def UpdateImage(self, full_path, image): argument
/external/chromium_org/remoting/host/
Dipc_constants.cc22 base::FilePath* full_path) { in GetInstalledBinaryPath()
/external/chromium_org/chrome/browser/download/
Ddrag_download_item_views.cc45 base::FilePath full_path = download->GetTargetFilePath(); in DragDownloadItem() local
/external/chromium_org/components/test/data/password_manager/
Drun_tests.py49 full_path = os.path.realpath(__file__) variable
/external/chromium_org/chrome/common/extensions/docs/server2/
Dupdate_server.py25 full_path = os.path.join(path, 'appcfg.py') variable
/external/chromium_org/sandbox/win/src/
Dinterception_agent.cc63 bool InterceptionAgent::DllMatch(const UNICODE_STRING* full_path, in DllMatch()
84 bool InterceptionAgent::OnDllLoad(const UNICODE_STRING* full_path, in OnDllLoad()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dgenerate_event_interfaces.py85 def interface_line(full_path): argument
Dcompute_interfaces_info_individual.py107 def add_paths_to_partials_dict(partial_interface_name, full_path, this_include_path=None): argument
/external/chromium_org/tools/telemetry/telemetry/page/
Dprofile_generator.py45 def IsSocket(full_path): argument
/external/chromium_org/chrome/installer/mini_installer/
Dpe_resource.cc24 bool PEResource::WriteToDisk(const wchar_t* full_path) { in WriteToDisk()
/external/chromium_org/tools/checkperms/
Dcheckperms.py260 def has_executable_bit(full_path): argument
266 def has_shebang_or_is_elf(full_path): argument
/external/chromium_org/chrome/utility/
Dshell_handler_win.cc33 void ShellHandler::OnOpenItemViaShell(const base::FilePath& full_path) { in OnOpenItemViaShell()
/external/chromium_org/sandbox/win/tests/common/
Dcontroller.cc24 base::string16 full_path(windows_path); in MakePathToSys32() local
42 base::string16 full_path(windows_path); in MakePathToSysWow64() local
/external/chromium_org/extensions/common/
Dextension_resource.cc60 base::FilePath full_path = clean_extension_root.Append(relative_path); in GetFilePath() local

1234