HomeSort by relevance Sort by last modified time
    Searched refs:RefPtrWillBeRawPtr (Results 201 - 225 of 474) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 57 RefPtrWillBeRawPtr<SpinButtonElement> element = adoptRefWillBeNoop(new SpinButtonElement(document, spinButtonOwner));
97 RefPtrWillBeRawPtr<Node> protector(this);
ClearButtonElement.cpp 48 RefPtrWillBeRawPtr<ClearButtonElement> element = adoptRefWillBeNoop(new ClearButtonElement(document, clearButtonOwner));
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.cpp 97 RefPtrWillBeRawPtr<HTMLMenuElement> menuElement = element.contextMenu();
100 RefPtrWillBeRawPtr<RelatedEvent> relatedEvent = RelatedEvent::create(EventTypeNames::show, true, true, node);
PageAnimator.cpp 39 RefPtrWillBeRawPtr<PageAnimator> protector(this);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.cpp 155 RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(InvalidStateError, "The object is no longer associated to a document.");
161 RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(SecurityError, "The document is sandboxed and lacks the 'allow-orientation-lock' flag.");
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PageScriptDebugServer.cpp 171 void PageScriptDebugServer::compileScript(ScriptState* scriptState, const String& expression, const String& sourceURL, String* scriptId, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace)
174 RefPtrWillBeRawPtr<LocalFrame> protect(toDocument(executionContext)->frame());
186 void PageScriptDebugServer::runScript(ScriptState* scriptState, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtrWillBeRawPtr<ScriptCallStack>* stackTrace)
199 RefPtrWillBeRawPtr<LocalFrame> protect(frame);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestSpecialOperations.cpp 51 RefPtrWillBeRawPtr<Node> result0 = nullptr;
52 RefPtrWillBeRawPtr<NodeList> result1 = nullptr;
76 RefPtrWillBeRawPtr<Node> result0 = nullptr;
77 RefPtrWillBeRawPtr<NodeList> result1 = nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DeferredLegacyStyleInterpolationTest.cpp 25 RefPtrWillBeRawPtr<CSSValue> value = CSSParser::parseSingleValue(propertyID, string, CSSParserContext(parserMode, 0));
Keyframe.h 43 RefPtrWillBeRawPtr<Keyframe> theClone = clone();
AnimationStackTest.cpp 99 RefPtrWillBeRawPtr<InertAnimation> inert1 = makeInertAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3)));
100 RefPtrWillBeRawPtr<InertAnimation> inert2 = makeInertAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(4)));
112 RefPtrWillBeRawPtr<AnimationPlayer> player = play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 0);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 205 RefPtrWillBeRawPtr<XMLDocument> doc = nullptr;
218 RefPtrWillBeRawPtr<Node> documentElement = nullptr;
327 RefPtrWillBeRawPtr<HTMLDocument> d = HTMLDocument::create(init);
333 RefPtrWillBeRawPtr<HTMLTitleElement> titleElement = HTMLTitleElement::create(*d);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MergeIdenticalElementsCommand.cpp 67 RefPtrWillBeRawPtr<Node> atChild = m_atChild.release();
SplitElementCommand.cpp 88 RefPtrWillBeRawPtr<Node> refChild = m_element2->firstChild();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHRElement.cpp 78 RefPtrWillBeRawPtr<CSSPrimitiveValue> darkGrayValue = cssValuePool().createColorValue(Color::darkGray);
HTMLMapElement.cpp 72 RefPtrWillBeRawPtr<HTMLCollection> images = document().images();
HTMLOptionElement.cpp 64 RefPtrWillBeRawPtr<HTMLOptionElement> option = adoptRefWillBeNoop(new HTMLOptionElement(document));
72 RefPtrWillBeRawPtr<HTMLOptionElement> element = adoptRefWillBeNoop(new HTMLOptionElement(document));
126 RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
131 RefPtrWillBeRawPtr<HTMLSelectElement> select = ownerSelectElement();
HTMLSummaryElement.cpp 40 RefPtrWillBeRawPtr<HTMLSummaryElement> summary = adoptRefWillBeNoop(new HTMLSummaryElement(document));
HTMLTablePartElement.cpp 57 RefPtrWillBeRawPtr<CSSImageValue> imageValue = CSSImageValue::create(url, document().completeURL(url));
ImageDocument.cpp 184 RefPtrWillBeRawPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*this);
191 RefPtrWillBeRawPtr<HTMLHeadElement> head = HTMLHeadElement::create(*this);
192 RefPtrWillBeRawPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*this);
197 RefPtrWillBeRawPtr<HTMLBodyElement> body = HTMLBodyElement::create(*this);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 110 RefPtrWillBeRawPtr<LocalFrame> protect(m_document->frame());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ConsoleMessageStorage.cpp 32 RefPtrWillBeRawPtr<ConsoleMessage> message = prpMessage;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 412 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame->view() ? m_frame.get() : nullptr);
456 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get());
603 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get());
727 RefPtrWillBeRawPtr<LocalFrame> protect(m_frame.get());
736 RefPtrWillBeRawPtr<LocalFrame> targetFrame = request.formState() ? 0 : findFrameForNavigation(AtomicString(request.frameName()), request.formState() ? request.formState()->sourceDocument() : m_frame->document());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLeakDetector.cpp 90 RefPtrWillBeRawPtr<Document> document = PassRefPtrWillBeRawPtr<Document>(frame->document());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ElementCustom.cpp 99 RefPtrWillBeRawPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, exceptionState);
134 RefPtrWillBeRawPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, duration, exceptionState);
152 RefPtrWillBeRawPtr<AnimationPlayer> result = ElementAnimation::animate(*impl, keyframes, timingInput, exceptionState);
V8HTMLCanvasElementCustom.cpp 57 RefPtrWillBeRawPtr<CanvasContextAttributes> attributes = nullptr;
59 RefPtrWillBeRawPtr<WebGLContextAttributes> webGLAttributes = WebGLContextAttributes::create();
86 RefPtrWillBeRawPtr<Canvas2DContextAttributes> canvas2DAttributes = Canvas2DContextAttributes::create();

Completed in 1092 milliseconds

1 2 3 4 5 6 7 891011>>