HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFileError (Results 1 - 14 of 14) sorted by null

  /external/chromium/base/
file_util_proxy.h 35 typedef Callback1<PlatformFileError /* error code */>::Type StatusCallback;
37 typedef Callback3<PlatformFileError /* error code */,
40 typedef Callback3<PlatformFileError /* error code */,
43 typedef Callback2<PlatformFileError /* error code */,
45 typedef Callback2<PlatformFileError /* error code */,
48 typedef Callback2<PlatformFileError /* error code */,
50 typedef Callback3<PlatformFileError /* error code */,
53 typedef Callback2<PlatformFileError /* error code */,
platform_file.h 52 enum PlatformFileError {
105 PlatformFileError* error_code);
file_util_proxy.cc 19 static base::PlatformFileError PerformCommonCheckAndPreparationForMoveAndCopy(
97 void set_error_code(base::PlatformFileError error_code) {
101 base::PlatformFileError error_code() const {
114 base::PlatformFileError error_code_;
145 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
195 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
273 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
684 base::PlatformFileError error_code(base::PLATFORM_FILE_ERROR_FAILED);
platform_file_posix.cc 34 bool* created, PlatformFileError* error_code) {
platform_file_win.cc 16 PlatformFileError* error_code) {
platform_file_unittest.cc 67 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 159 void OpenModelFileDone(base::PlatformFileError error_code,
167 void CreateModelFileDone(base::PlatformFileError error_code,
175 void WriteModelFileDone(base::PlatformFileError error_code,
client_side_detection_service.cc 182 base::PlatformFileError error_code,
207 base::PlatformFileError error_code,
229 base::PlatformFileError error_code,
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.h 30 void RespondFailedOnUIThread(base::PlatformFileError error_code);
67 void RespondFailedOnUIThread(base::PlatformFileError error_code);
extension_file_browser_private_api.cc 278 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
381 base::PlatformFileError error_code) {
504 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
    [all...]
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 98 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
  /external/chromium/webkit/glue/
webkit_glue.h 144 base::PlatformFileError error_code);
webkit_glue.cc 311 base::PlatformFileError error_code) {
  /external/chromium/net/disk_cache/
backend_impl.cc 855 base::PlatformFileError error;
    [all...]

Completed in 216 milliseconds