Searched refs:adoptRefWillBeNoop (Results 126 - 150 of 538) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMessageChannel.h47 return adoptRefWillBeNoop(new MessageChannel(context));
H A DNameNodeList.h38 return adoptRefWillBeNoop(new NameNodeList(rootNode, name));
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskRunQueue.h22 static PassRefPtrWillBeRawPtr<CustomElementMicrotaskRunQueue> create() { return adoptRefWillBeNoop(new CustomElementMicrotaskRunQueue()); }
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DAppendNodeCommand.h37 return adoptRefWillBeNoop(new AppendNodeCommand(parent, node));
H A DDeleteFromTextNodeCommand.h39 return adoptRefWillBeNoop(new DeleteFromTextNodeCommand(node, offset, count));
H A DInsertIntoTextNodeCommand.h39 return adoptRefWillBeNoop(new InsertIntoTextNodeCommand(node, offset, text));
H A DInsertNodeBeforeCommand.h38 return adoptRefWillBeNoop(new InsertNodeBeforeCommand(childToInsert, childToInsertBefore, shouldAssumeContentIsAlwaysEditable));
H A DMergeIdenticalElementsCommand.h37 return adoptRefWillBeNoop(new MergeIdenticalElementsCommand(element1, element2));
H A DMoveSelectionCommand.h39 return adoptRefWillBeNoop(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
H A DRemoveCSSPropertyCommand.h40 return adoptRefWillBeNoop(new RemoveCSSPropertyCommand(document, element, property));
H A DRemoveNodeCommand.h37 return adoptRefWillBeNoop(new RemoveNodeCommand(node, shouldAssumeContentIsAlwaysEditable));
H A DReplaceNodeWithSpanCommand.h46 return adoptRefWillBeNoop(new ReplaceNodeWithSpanCommand(element));
H A DSetNodeAttributeCommand.h38 return adoptRefWillBeNoop(new SetNodeAttributeCommand(element, attribute, value));
H A DSimplifyMarkupCommand.h37 return adoptRefWillBeNoop(new SimplifyMarkupCommand(document, firstNode, nodeAfterLast));
H A DSplitElementCommand.h37 return adoptRefWillBeNoop(new SplitElementCommand(element, splitPointChild));
H A DSplitTextNodeCommand.h39 return adoptRefWillBeNoop(new SplitTextNodeCommand(node, offset));
H A DWrapContentsInDummySpanCommand.h39 return adoptRefWillBeNoop(new WrapContentsInDummySpanCommand(element));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DBeforeTextInsertedEvent.h39 return adoptRefWillBeNoop(new BeforeTextInsertedEvent(text));
H A DBeforeUnloadEvent.h39 return adoptRefWillBeNoop(new BeforeUnloadEvent);
H A DFocusEvent.cpp73 return adoptRefWillBeNoop(new FocusEventDispatchMediator(focusEvent));
89 return adoptRefWillBeNoop(new BlurEventDispatchMediator(focusEvent));
105 return adoptRefWillBeNoop(new FocusInEventDispatchMediator(focusEvent));
121 return adoptRefWillBeNoop(new FocusOutEventDispatchMediator(focusEvent));
H A DKeyboardEvent.h60 return adoptRefWillBeNoop(new KeyboardEvent);
65 return adoptRefWillBeNoop(new KeyboardEvent(platformEvent, view));
70 return adoptRefWillBeNoop(new KeyboardEvent(type, initializer));
77 return adoptRefWillBeNoop(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, location,
H A DTouchEventContext.cpp38 return adoptRefWillBeNoop(new TouchEventContext);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileList.h44 return adoptRefWillBeNoop(new FileList);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.h50 return adoptRefWillBeNoop(new BarProp(frame, type));
H A DConsole.h50 return adoptRefWillBeNoop(new Console(frame));

Completed in 731 milliseconds

1234567891011>>