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

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntriesCallback.h 40 typedef Vector<RefPtr<Entry> > EntryVector;
45 virtual bool handleEvent(const EntryVector&) = 0;
HTMLInputElementFileSystem.h 45 static EntryVector webkitEntries(ScriptExecutionContext*, HTMLInputElement*);
DirectoryReader.cpp 50 filesystem()->scheduleCallback(entriesCallback, EntryVector());
HTMLInputElementFileSystem.cpp 47 EntryVector HTMLInputElementFileSystem::webkitEntries(ScriptExecutionContext* scriptExecutionContext, HTMLInputElement* input)
49 EntryVector entries;
SyncCallbackHelper.h 64 struct HelperResultType<EntrySyncVector, const EntryVector&> {
68 static EntrySyncVector createFromCallbackArg(const EntryVector& entries)
205 typedef SyncCallbackHelper<EntriesCallback, AsyncFileSystem, const EntryVector&, EntrySyncVector> EntriesSyncCallbackHelper;
FileSystemCallbacks.h 108 EntryVector m_entries;
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.h 38 typedef std::vector<FrameEntry *> EntryVector;
39 EntryVector Entries;
DWARFDebugFrame.cpp 291 for (EntryVector::iterator I = Entries.begin(), E = Entries.end();
383 for (EntryVector::const_iterator I = Entries.begin(), E = Entries.end();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp 202 bool didReadDirectoryEntries(const EntryVector&);
264 bool DirectoryContentRequest::didReadDirectoryEntries(const EntryVector& entries)

Completed in 515 milliseconds