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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 37 static PassRefPtrWillBeRawPtr<IndentOutdentCommand> create(Document& document, EIndentType type) function in class:WebCore::FINAL
InsertIntoTextNodeCommand.h 37 static PassRefPtrWillBeRawPtr<InsertIntoTextNodeCommand> create(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, const String& text) function in class:WebCore::FINAL
InsertListCommand.h 39 static PassRefPtrWillBeRawPtr<InsertListCommand> create(Document& document, Type listType) function in class:WebCore::FINAL
InsertNodeBeforeCommand.h 35 static PassRefPtrWillBeRawPtr<InsertNodeBeforeCommand> create(PassRefPtrWillBeRawPtr<Node> childToInsert, PassRefPtrWillBeRawPtr<Node> childToInsertBefore, function in class:WebCore::FINAL
InsertParagraphSeparatorCommand.h 37 static PassRefPtrWillBeRawPtr<InsertParagraphSeparatorCommand> create(Document& document, bool useDefaultParagraphElement = false, bool pasteBlockqutoeIntoUnquotedArea = false) function in class:WebCore::FINAL
MergeIdenticalElementsCommand.h 35 static PassRefPtrWillBeRawPtr<MergeIdenticalElementsCommand> create(PassRefPtrWillBeRawPtr<Element> element1, PassRefPtrWillBeRawPtr<Element> element2) function in class:WebCore::FINAL
MoveSelectionCommand.h 37 static PassRefPtrWillBeRawPtr<MoveSelectionCommand> create(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false) function in class:WebCore::FINAL
RemoveCSSPropertyCommand.h 38 static PassRefPtrWillBeRawPtr<RemoveCSSPropertyCommand> create(Document& document, PassRefPtrWillBeRawPtr<Element> element, CSSPropertyID property) function in class:WebCore::FINAL
RemoveNodeCommand.h 35 static PassRefPtrWillBeRawPtr<RemoveNodeCommand> create(PassRefPtrWillBeRawPtr<Node> node, ShouldAssumeContentIsAlwaysEditable shouldAssumeContentIsAlwaysEditable) function in class:WebCore::FINAL
ReplaceNodeWithSpanCommand.h 43 static PassRefPtrWillBeRawPtr<ReplaceNodeWithSpanCommand> create(PassRefPtrWillBeRawPtr<HTMLElement> element) function in class:WebCore::FINAL
SetNodeAttributeCommand.h 36 static PassRefPtrWillBeRawPtr<SetNodeAttributeCommand> create(PassRefPtrWillBeRawPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) function in class:WebCore::FINAL
SplitElementCommand.h 35 static PassRefPtrWillBeRawPtr<SplitElementCommand> create(PassRefPtrWillBeRawPtr<Element> element, PassRefPtrWillBeRawPtr<Node> splitPointChild) function in class:WebCore::FINAL
SplitTextNodeCommand.h 37 static PassRefPtrWillBeRawPtr<SplitTextNodeCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset) function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/events/
AnimationPlayerEvent.h 21 static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create() function in class:WebCore::FINAL
25 static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, double currentTime, double timelineTime) function in class:WebCore::FINAL
29 static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, const AnimationPlayerEventInit& initializer) function in class:WebCore::FINAL
AutocompleteErrorEvent.h 38 static PassRefPtrWillBeRawPtr<AutocompleteErrorEvent> create() function in class:WebCore::FINAL
43 static PassRefPtrWillBeRawPtr<AutocompleteErrorEvent> create(const String& reason) function in class:WebCore::FINAL
48 static PassRefPtrWillBeRawPtr<AutocompleteErrorEvent> create(const AtomicString& eventType, const AutocompleteErrorEventInit& initializer) function in class:WebCore::FINAL
BeforeTextInsertedEvent.h 37 static PassRefPtrWillBeRawPtr<BeforeTextInsertedEvent> create(const String& text) function in class:WebCore::FINAL
BeforeUnloadEvent.h 36 static PassRefPtrWillBeRawPtr<BeforeUnloadEvent> create() function in class:WebCore::FINAL
CustomEvent.h 41 static PassRefPtrWillBeRawPtr<CustomEvent> create() function in class:WebCore::FINAL
46 static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer) function in class:WebCore::FINAL
EventFactory.h 39 virtual PassRefPtrWillBeRawPtr<Event> create(const String& eventType) = 0;
48 static PassOwnPtr<EventFactory> create() function in class:WebCore::FINAL
53 virtual PassRefPtrWillBeRawPtr<Event> create(const String& eventType) OVERRIDE;
FocusEvent.h 44 static PassRefPtrWillBeRawPtr<FocusEvent> create() function in class:WebCore::FINAL
49 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) function in class:WebCore::FINAL
54 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer) function in class:WebCore::FINAL
80 static PassRefPtrWillBeRawPtr<FocusEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
89 static PassRefPtrWillBeRawPtr<BlurEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
98 static PassRefPtrWillBeRawPtr<FocusInEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
107 static PassRefPtrWillBeRawPtr<FocusOutEventDispatchMediator> create(PassRefPtrWillBeRawPtr<FocusEvent>);
PageTransitionEvent.h 41 static PassRefPtrWillBeRawPtr<PageTransitionEvent> create() function in class:WebCore::FINAL
45 static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) function in class:WebCore::FINAL
49 static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, const PageTransitionEventInit& initializer) function in class:WebCore::FINAL
TreeScopeEventContext.cpp 58 m_touchEventContext = TouchEventContext::create();
62 PassRefPtrWillBeRawPtr<TreeScopeEventContext> TreeScopeEventContext::create(TreeScope& treeScope) function in class:WebCore::TreeScopeEventContext
WebKitAnimationEvent.h 45 static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create() function in class:WebCore::FINAL
49 static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) function in class:WebCore::FINAL
53 static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const WebKitAnimationEventInit& initializer) function in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileList.h 41 static PassRefPtrWillBeRawPtr<FileList> create() function in class:WebCore::FileList
FileReaderSync.h 49 static PassRefPtrWillBeRawPtr<FileReaderSync> create() function in class:WebCore::FINAL

Completed in 287 milliseconds

<<11121314151617181920>>