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 101 return openInternal(scriptState, name, version, exceptionState);
104 IDBOpenDBRequest* IDBFactory::openInternal(ScriptState* scriptState, const String& name, int64_t version, ExceptionState& exceptionState)
135 return openInternal(scriptState, name, IDBDatabaseMetadata::NoIntVersion, exceptionState);
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 199 final FileDescriptor fd = openInternal(file, mode);
232 final FileDescriptor fd = openInternal(file, mode);
246 private static FileDescriptor openInternal(File file, int mode) throws FileNotFoundException {
    [all...]

Completed in 46 milliseconds