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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WebSocket.cpp 38 WebSocket* WebSocket::create(const WebDocument& document, WebSocketClient* client) function in class:blink::WebSocket
  /frameworks/ex/framesequence/jni/
FrameSequence.cpp 21 FrameSequence* FrameSequence::create(Stream* stream) { function in class:FrameSequence
  /dalvik/dx/tests/113-old-style-inner-class/
Blort.java 22 public Runnable create() { method in class:Blort
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementBinding.cpp 36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType) function in class:WebCore::CustomElementBinding
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementDefinition.cpp 36 PassRefPtr<CustomElementDefinition> CustomElementDefinition::create(const CustomElementDescriptor& descriptor, PassRefPtr<CustomElementLifecycleCallbacks> callbacks) function in class:WebCore::CustomElementDefinition
CustomElementSyncMicrotaskQueue.h 14 static PassRefPtrWillBeRawPtr<CustomElementSyncMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementSyncMicrotaskQueue()); } function in class:WebCore::CustomElementSyncMicrotaskQueue
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Screen.h 47 static PassRefPtrWillBeRawPtr<Screen> create(LocalFrame* frame) function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
DocumentNameCollection.h 14 static PassRefPtrWillBeRawPtr<DocumentNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) function in class:WebCore::FINAL
WindowNameCollection.h 14 static PassRefPtrWillBeRawPtr<WindowNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormState.cpp 44 PassRefPtrWillBeRawPtr<FormState> FormState::create(HTMLFormElement& form, FormSubmissionTrigger formSubmissionTrigger) function in class:WebCore::FormState
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.cpp 36 PassOwnPtr<FlowThreadController> FlowThreadController::create() function in class:WebCore::FlowThreadController
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.h 45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName) function in class:WebCore::SVGAnimatedPath
SVGAnimatedPreserveAspectRatio.h 41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) function in class:WebCore::SVGAnimatedPreserveAspectRatio
SVGAnimatedRect.h 41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) function in class:WebCore::SVGAnimatedRect
48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
SVGTransformListTearOff.h 44 static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
BatteryStatus.cpp 12 PassRefPtrWillBeRawPtr<BatteryStatus> BatteryStatus::create() function in class:WebCore::BatteryStatus
17 PassRefPtrWillBeRawPtr<BatteryStatus> BatteryStatus::create(bool charging, double chargingTime, double dischargingTime, double level) function in class:WebCore::BatteryStatus
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDBClient.cpp 17 IndexedDBClient* IndexedDBClient::create() function in class:WebCore::IndexedDBClient
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
VideoPlaybackQuality.cpp 40 PassRefPtrWillBeRawPtr<VideoPlaybackQuality> VideoPlaybackQuality::create( function in class:WebCore::VideoPlaybackQuality
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorUserMediaError.cpp 36 PassRefPtrWillBeRawPtr<NavigatorUserMediaError> NavigatorUserMediaError::create(Name name, const String& message, const String& constraintName) function in class:WebCore::NavigatorUserMediaError
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionAlternative.cpp 32 SpeechRecognitionAlternative* SpeechRecognitionAlternative::create(const String& transcript, double confidence) function in class:WebCore::SpeechRecognitionAlternative
SpeechSynthesisEvent.cpp 31 PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create() function in class:WebCore::SpeechSynthesisEvent
36 PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) function in class:WebCore::SpeechSynthesisEvent
SpeechSynthesisVoice.cpp 31 SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice* voice) function in class:WebCore::SpeechSynthesisVoice
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionSync.cpp 41 PassRefPtrWillBeRawPtr<SQLTransactionSync> SQLTransactionSync::create(DatabaseSync* db, PassOwnPtr<SQLTransactionSyncCallback> callback, bool readOnly) function in class:WebCore::SQLTransactionSync
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.cpp 55 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create() function in class:WebCore::MIDIConnectionEvent
60 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create(const AtomicString& type, PassRefPtrWillBeRawPtr<MIDIPort> port) function in class:WebCore::MIDIConnectionEvent
65 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create(const AtomicString& type, const MIDIConnectionEventInit& initializer) function in class:WebCore::MIDIConnectionEvent
  /external/chromium_org/third_party/WebKit/Source/platform/
PermissionCallbacks.cpp 37 PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied) function in class:WebCore::PermissionCallbacks

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>