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

  /external/webkit/WebCore/bindings/js/
JSInjectedScriptHostCustom.cpp 104 JSValue JSInjectedScriptHost::databaseForId(ExecState* exec, const ArgList& args)
113 Database* database = impl()->databaseForId(args.at(0).toInt32(exec));
  /external/webkit/WebCore/inspector/
InjectedScriptHost.cpp 141 Database* InjectedScriptHost::databaseForId(long databaseId)
144 return m_inspectorController->databaseForId(databaseId);
InspectorController.cpp     [all...]

Completed in 47 milliseconds