HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 1 - 25 of 1932) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/storage/
IDBFactoryBackendInterface.cpp 41 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create() function in class:WebCore::IDBFactoryBackendInterface
43 return IDBFactoryBackendImpl::create();
  /external/webkit/Source/WebCore/storage/chromium/
IDBFactoryBackendInterface.cpp 37 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create() function in class:WebCore::IDBFactoryBackendInterface
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameNetworkingContext.h 24 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame) function in class:WebFrameNetworkingContext
  /dalvik/dx/tests/113-old-style-inner-class/
Blort.java 22 public Runnable create() { method in class:Blort
  /external/collada/src/1.4/dom/
domFx_profile_abstract.cpp 20 domFx_profile_abstract::create(DAE& dae) function in class:domFx_profile_abstract
36 meta->registerClass(domFx_profile_abstract::create);
domGl_hook_abstract.cpp 20 domGl_hook_abstract::create(DAE& dae) function in class:domGl_hook_abstract
36 meta->registerClass(domGl_hook_abstract::create);
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactory.java 30 ScopedClassPool create(ClassLoader cl, ClassPool src, method in interface:ScopedClassPoolFactory
36 ScopedClassPool create(ClassPool src, method in interface:ScopedClassPoolFactory
ScopedClassPoolFactoryImpl.java 30 public ScopedClassPool create(ClassLoader cl, ClassPool src, method in class:ScopedClassPoolFactoryImpl
38 public ScopedClassPool create(ClassPool src, method in class:ScopedClassPoolFactoryImpl
  /external/v8/test/mjsunit/regress/
regress-780423.js 29 create: function() {
35 var o1 = Class.create();
36 var o2 = Class.create();
  /external/webkit/Source/JavaScriptCore/API/
OpaqueJSString.cpp 35 PassRefPtr<OpaqueJSString> OpaqueJSString::create(const UString& ustring) function in class:OpaqueJSString
  /external/webkit/Source/JavaScriptCore/runtime/
ErrorInstance.cpp 44 ErrorInstance* ErrorInstance::create(JSGlobalData* globalData, Structure* structure, const UString& message) function in class:JSC::ErrorInstance
49 ErrorInstance* ErrorInstance::create(ExecState* exec, Structure* structure, JSValue message) function in class:JSC::ErrorInstance
  /external/webkit/Source/JavaScriptCore/wtf/
ByteArray.cpp 32 PassRefPtr<ByteArray> ByteArray::create(size_t size) function in class:WTF::ByteArray
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMCustomVoidCallback.h 40 static PassRefPtr<WebDOMCustomVoidCallback> create() function in class:WebDOMCustomVoidCallback
WebNativeNodeFilterCondition.h 29 static PassRefPtr<WebNativeNodeFilterCondition> create(WebUserNodeFilter* filter) function in class:WebNativeNodeFilterCondition
  /external/webkit/Source/WebCore/bindings/v8/
V8EventListener.h 47 static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, const WorldContextHandle& worldContext) function in class:WebCore::V8EventListener
V8WindowErrorHandler.h 42 static PassRefPtr<V8WindowErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) function in class:WebCore::V8WindowErrorHandler
V8WorkerContextErrorHandler.h 44 static PassRefPtr<V8WorkerContextErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) function in class:WebCore::V8WorkerContextErrorHandler
V8WorkerContextEventListener.h 47 static PassRefPtr<V8WorkerContextEventListener> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext) function in class:WebCore::V8WorkerContextEventListener
  /external/webkit/Source/WebCore/css/
CSSInheritedValue.h 31 static PassRefPtr<CSSInheritedValue> create() function in class:WebCore::CSSInheritedValue
  /external/webkit/Source/WebCore/dom/
ChildNodeList.h 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) function in class:WebCore::ChildNodeList
DOMCoreException.h 38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description) function in class:WebCore::DOMCoreException
EditingText.cpp 26 // inside an editable element could have the "always create a renderer" behavior.
35 PassRefPtr<EditingText> EditingText::create(Document* document, const String& data) function in class:WebCore::EditingText
MessagePortChannel.cpp 36 PassOwnPtr<MessagePortChannel::EventData> MessagePortChannel::EventData::create(PassRefPtr<SerializedScriptValue> message, PassOwnPtr<MessagePortChannelArray> channels) function in class:WebCore::MessagePortChannel::EventData
  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.h 35 static PassRefPtr<BreakBlockquoteCommand> create(Document* document) function in class:WebCore::BreakBlockquoteCommand
DeleteButton.cpp 46 PassRefPtr<DeleteButton> DeleteButton::create(Document* document) function in class:WebCore::DeleteButton

Completed in 1630 milliseconds

1 2 3 4 5 6 7 8 91011>>