Home
last modified time | relevance | path

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

1234

/external/chromium_org/chrome/browser/local_discovery/storage/
Dprivet_filesystem_attribute_cache.cc17 const base::FilePath& full_path) { in GetFileInfo()
29 const base::FilePath& full_path, in AddFileInfoFromJSON()
51 const base::FilePath& full_path, in AddEntryInfoFromJSON()
Dprivet_filesystem_operations.cc54 const base::FilePath& full_path, in PrivetFileSystemAsyncOperationUtil()
108 const base::FilePath& full_path, in PrivetFileSystemListOperation()
214 const base::FilePath& full_path, in PrivetFileSystemDetailsOperation()
/external/chromium_org/ui/base/win/
Dshell.cc27 bool OpenItemWithExternalApp(const base::string16& full_path) { in OpenItemWithExternalApp()
36 bool OpenAnyViaShell(const base::string16& full_path, in OpenAnyViaShell()
55 bool OpenItemViaShell(const base::FilePath& full_path) { in OpenItemViaShell()
60 bool OpenItemViaShellNoZoneCheck(const base::FilePath& full_path) { in OpenItemViaShellNoZoneCheck()
/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_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()
Dplatform_util_win.cc33 void ShowItemInFolderOnFileThread(const base::FilePath& full_path) { in ShowItemInFolderOnFileThread()
162 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) { in ShowItemInFolder()
172 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/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/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/common/extensions/docs/server2/
Dupdate_server.py25 full_path = os.path.join(path, 'appcfg.py') variable
/external/chromium_org/chrome/browser/download/
Ddrag_download_item_views.cc45 base::FilePath full_path = download->GetTargetFilePath(); in DragDownloadItem() local
/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.py105 def add_paths_to_partials_dict(partial_interface_name, full_path, this_include_path=None): argument
/external/chromium_org/chrome/installer/mini_installer/
Dpe_resource.cc24 bool PEResource::WriteToDisk(const wchar_t* full_path) { in WriteToDisk()
/external/chromium_org/content/browser/download/
Ddownload_file_impl.cc104 const base::FilePath& full_path, in RenameAndUniquify()
135 const base::FilePath& full_path, in RenameAndAnnotate()
Dbase_file.h82 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/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
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfileapi_util.h46 base::FilePath full_path; // Value of Entry.fullPath. member
/external/chromium_org/webkit/browser/database/
Ddatabase_util.cc89 base::FilePath full_path = db_tracker->GetFullDBFilePath( in GetFullFilePathForVfsFile() local

1234