HomeSort by relevance Sort by last modified time
    Searched defs:openInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 100 return openInternal(context, name, version, es);
103 PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ScriptExecutionContext* context, const String& name, int64_t version, ExceptionState& es)
128 return openInternal(context, name, IDBDatabaseMetadata::NoIntVersion, es);
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 198 final FileDescriptor fd = openInternal(file, mode);
231 final FileDescriptor fd = openInternal(file, mode);
244 private static FileDescriptor openInternal(File file, int mode) throws FileNotFoundException {
    [all...]

Completed in 1028 milliseconds