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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation.h 126 // BEGIN_COPY_ENTRY is fired for each copy creation beginning (for both
148 // BEGIN_COPY_ENTRY a (starting create "a" directory in x/).
151 // BEGIN_COPY_ENTRY a/b (starting create "b" directory in x/a).
154 // BEGIN_COPY_ENTRY a/b/c.txt (starting to copy "c.txt" in x/a/b/).
163 // BEGIN_COPY_ENTRY a/b/d.txt (starting to copy "d.txt" in x/a/b).
194 BEGIN_COPY_ENTRY,
copy_or_move_operation_delegate.cc 732 FileSystemOperation::BEGIN_COPY_ENTRY, src_url, FileSystemURL(), 0);
802 FileSystemOperation::BEGIN_COPY_ENTRY, src_url, FileSystemURL(), 0);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 239 case fileapi::FileSystemOperation::BEGIN_COPY_ENTRY:
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 680 EXPECT_EQ(FileSystemOperation::BEGIN_COPY_ENTRY,

Completed in 517 milliseconds