Searched defs:create (Results 1 - 25 of 1914) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Ddictionary_impl.h18 static {{cpp_class}}* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementSyncMicrotaskQueue.h14 static PassRefPtrWillBeRawPtr<CustomElementSyncMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementSyncMicrotaskQueue()); } function in class:blink::CustomElementSyncMicrotaskQueue
H A DCustomElementAsyncImportMicrotaskQueue.h42 static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); } function in class:blink::CustomElementAsyncImportMicrotaskQueue
H A DCustomElementDefinition.cpp36 PassRefPtr<CustomElementDefinition> CustomElementDefinition::create(const CustomElementDescriptor& descriptor, PassRefPtr<CustomElementLifecycleCallbacks> callbacks) function in class:blink::CustomElementDefinition
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFlowThreadController.cpp36 PassOwnPtr<FlowThreadController> FlowThreadController::create() function in class:blink::FlowThreadController
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadButton.cpp10 GamepadButton* GamepadButton::create() function in class:blink::GamepadButton
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocket.cpp38 WebSocket* WebSocket::create(const WebDocument& document, WebSocketClient* client) function in class:blink::WebSocket
/external/chromium_org/ui/views/
H A Dviews_touch_selection_controller_factory_aura.cc15 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create( function in class:views::ViewsTouchSelectionControllerFactory
H A Dviews_touch_selection_controller_factory_mac.cc12 ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create( function in class:views::ViewsTouchSelectionControllerFactory
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-780423.js29 create: function() {
35 var o1 = Class.create();
36 var o2 = Class.create();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementBinding.cpp36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype) function in class:blink::CustomElementBinding
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListPopup.h40 static PassRefPtr<AXMenuListPopup> create() { return adoptRef(new AXMenuListPopup); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegionList.h40 static PassRefPtrWillBeRawPtr<VTTRegionList> create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalProfilers.h47 static InternalProfilers* create() function in class:blink::FINAL
H A DLayerRectList.h50 static LayerRectList* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/
H A DEventModulesFactory.h19 static PassOwnPtr<EventModulesFactory> create() function in class:blink::FINAL
24 virtual PassRefPtrWillBeRawPtr<Event> create(const String& eventType) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCrypto.h44 static Crypto* create() function in class:blink::FINAL
H A DSubtleCrypto.h48 static SubtleCrypto* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DGeofencing.h22 static Geofencing* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIndexedDBClient.cpp17 IndexedDBClient* IndexedDBClient::create() function in class:blink::IndexedDBClient
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DWorkerPerformance.h47 static WorkerPerformance* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushManager.h21 static PushManager* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageQuota.h46 static StorageQuota* create() function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionAlternative.cpp32 SpeechRecognitionAlternative* SpeechRecognitionAlternative::create(const String& transcript, double confidence) function in class:blink::SpeechRecognitionAlternative
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPermissionCallbacks.cpp37 PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied) function in class:blink::PermissionCallbacks

Completed in 4358 milliseconds

1234567891011>>