HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 101 - 125 of 6558) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.h 44 static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMError.h 42 static PassRefPtrWillBeRawPtr<DOMError> create(const String& name) function in class:blink::DOMError
46 static PassRefPtrWillBeRawPtr<DOMError> create(const String& name, const String& message) function in class:blink::DOMError
51 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec) function in class:blink::DOMError
56 static PassRefPtrWillBeRawPtr<DOMError> create(ExceptionCode ec, const String& message) function in class:blink::DOMError
IncrementLoadEventDelayCount.h 22 static PassOwnPtr<IncrementLoadEventDelayCount> create(Document&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementAsyncImportMicrotaskQueue.h 42 static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); } function in class:blink::CustomElementAsyncImportMicrotaskQueue
CustomElementSyncMicrotaskQueue.h 14 static PassRefPtrWillBeRawPtr<CustomElementSyncMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementSyncMicrotaskQueue()); } function in class:blink::CustomElementSyncMicrotaskQueue
  /external/chromium_org/third_party/WebKit/Source/core/editing/
BreakBlockquoteCommand.h 35 static PassRefPtrWillBeRawPtr<BreakBlockquoteCommand> create(Document& document) function in class:blink::FINAL
UnlinkCommand.cpp 44 removeStyledElement(HTMLAnchorElement::create(document()));
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.h 46 static PassRefPtrWillBeRawPtr<ImageData> create(const IntSize&);
47 static PassRefPtrWillBeRawPtr<ImageData> create(const IntSize&, PassRefPtr<Uint8ClampedArray>);
48 static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
49 static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
TextDocument.cpp 41 return TextDocumentParser::create(*this);
TimeRangesTest.cpp 56 ASSERT_RANGE("{ }", TimeRanges::create());
61 ASSERT_RANGE("{ [1,2) }", TimeRanges::create(1, 2));
71 ASSERT_RANGE("{ [0,1) [2,3) }", TimeRanges::create(webRanges));
76 RefPtrWillBeRawPtr<TimeRanges> rangeA = TimeRanges::create();
77 RefPtrWillBeRawPtr<TimeRanges> rangeB = TimeRanges::create();
95 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create();
125 RefPtrWillBeRawPtr<TimeRanges> ranges = TimeRanges::create(0, 2);
136 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
150 RefPtrWillBeRawPtr<TimeRanges> rangesA = TimeRanges::create(0, 2);
151 RefPtrWillBeRawPtr<TimeRanges> rangesB = TimeRanges::create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ButtonInputType.cpp 39 PassRefPtrWillBeRawPtr<InputType> ButtonInputType::create(HTMLInputElement& element) function in class:blink::ButtonInputType
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PluginPlaceholderElement.h 16 static PassRefPtrWillBeRawPtr<PluginPlaceholderElement> create(Document&);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
AudioTrackList.h 16 static PassRefPtrWillBeRawPtr<AudioTrackList> create(HTMLMediaElement&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.h 43 static PassOwnPtr<FlowThreadController> create();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp 39 : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
  /external/chromium_org/third_party/WebKit/Source/core/testing/
RefCountedScriptWrappable.cpp 19 PassRefPtr<RefCountedScriptWrappable> RefCountedScriptWrappable::create(const String& string) function in class:blink::RefCountedScriptWrappable
RefCountedScriptWrappable.h 18 static PassRefPtr<RefCountedScriptWrappable> create(const String&);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
AesKeyAlgorithm.h 43 static AesKeyAlgorithm* create(const WebCryptoKeyAlgorithm&);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IndexedDBClient.h 40 static IndexedDBClient* create();
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionAlternative.cpp 32 SpeechRecognitionAlternative* SpeechRecognitionAlternative::create(const String& transcript, double confidence) function in class:blink::SpeechRecognitionAlternative
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.cpp 49 WebSocketChannel* WebSocketChannel::create(ExecutionContext* context, WebSocketChannelClient* client) function in class:blink::WebSocketChannel
64 return WorkerThreadableWebSocketChannel::create(*workerGlobalScope, client, sourceURL, lineNumber);
69 return NewWebSocketChannelImpl::create(document, client, sourceURL, lineNumber);
71 return MainThreadWebSocketChannel::create(document, client, sourceURL, lineNumber);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
ReferenceFilter.cpp 42 , m_sourceGraphic(SourceGraphic::create(this))
  /external/chromium_org/third_party/WebKit/Source/web/
IndexedDBClientImpl.h 40 static IndexedDBClient* create();
LocalFileSystemClient.h 41 static PassOwnPtr<FileSystemClient> create();
WebDOMProgressEvent.cpp 40 : WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total))

Completed in 657 milliseconds

1 2 3 45 6 7 8 91011>>