OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:directoryEntry
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_contents.js
41
* @param {
DirectoryEntry
} entry The directory to be read.
184
* @param {
DirectoryEntry
} entry The root of the search target directory tree.
439
* @param {
DirectoryEntry
}
directoryEntry
The entry of the current directory.
440
* @param {
DirectoryEntry
} lastNonSearchDirectoryEntry The entry of the last
447
function DirectoryContents(context, isSearch,
directoryEntry
,
454
this.directoryEntry_ =
directoryEntry
;
520
* @return {
DirectoryEntry
} A
DirectoryEntry
for current directory. In case of
528
* @return {
DirectoryEntry
} A DirectoryEntry for the last non search contents
[
all
...]
directory_model.js
308
* @return {
DirectoryEntry
} Current directory.
738
* @param {function(
DirectoryEntry
)} successCallback Callback on success.
799
function(sequence,
directoryEntry
) {
801
this.changeDirectoryEntry(
directoryEntry
);
815
* @param {function(
DirectoryEntry
)} successCallback Success callback.
857
* @param {
DirectoryEntry
} dirEntry The absolute path to the new directory.
879
*
DirectoryEntry
.
884
* @param {
DirectoryEntry
} dirEntry The absolute path to the new directory.
994
// Replace the fake entry by real
DirectoryEntry
silently.
[
all
...]
file_manager.js
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp
47
#include "modules/filesystem/
DirectoryEntry
.h"
582
DirectoryEntry
*
directoryEntry
= toDirectoryEntry(entry);
583
directoryEntry
->removeRecursively(successCallback.release(), errorCallback.release());
Completed in 69 milliseconds