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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SurroundingText.cpp 70 RefPtrWillBeRawPtr<Range> forwardRange = Range::create(*document, endPosition, lastPositionInNode(document->documentElement()).parentAnchoredEquivalent());
85 RefPtrWillBeRawPtr<Range> backwardsRange = Range::create(*document, firstPositionInNode(document->documentElement()).parentAnchoredEquivalent(), startPosition);
RemoveFormatCommand.cpp 91 RefPtrWillBeRawPtr<EditingStyle> defaultStyle = EditingStyle::create(root);
ReplaceNodeWithSpanCommand.cpp 55 RefPtrWillBeRawPtr<ContainerNode> parentNode = elementToReplace.parentNode();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrityTest.cpp 33 RefPtrWillBeRawPtr<Document> document = Document::create();
34 RefPtrWillBeRawPtr<HTMLScriptElement> scriptElement = HTMLScriptElement::create(*document, true);
DeviceSingleWindowEventController.cpp 37 RefPtrWillBeRawPtr<Event> event = prpEvent;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.cpp 120 void HTMLOptionsCollection::namedGetter(const AtomicString& name, RefPtrWillBeRawPtr<NodeList>& returnValue0, RefPtrWillBeRawPtr<Element>& returnValue1)
HTMLTitleElement.cpp 83 RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.cpp 71 RefPtrWillBeRawPtr<TextTrackCue> cue = m_list[i];
93 RefPtrWillBeRawPtr<TextTrackCue> cue = prpCue;
InbandTextTrack.cpp 108 RefPtrWillBeRawPtr<VTTCue> cue = VTTCue::create(owner->document(), start, end, content);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 81 RefPtrWillBeRawPtr<VTTElement> clone = create(static_cast<VTTNodeType>(m_webVTTNodeType), &document());
88 RefPtrWillBeRawPtr<HTMLElement> htmlElement = nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText)
166 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document);
175 RefPtrWillBeRawPtr<Node> anchorText = document.createTextNode(title);
177 RefPtrWillBeRawPtr<DocumentFragment> fragment = document.createDocumentFragment();
221 RefPtrWillBeRawPtr<DataTransfer> dataTransfer = createDraggingDataTransfer(policy, dragData);
242 RefPtrWillBeRawPtr<LocalFrame> mainFrame = m_page->deprecatedLocalMainFrame();
246 RefPtrWillBeRawPtr<DataTransfer> dataTransfer = createDraggingDataTransfer(DataTransferReadable, dragData);
427 static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point)
450 RefPtrWillBeRawPtr<HTMLInputElement> fileInput = m_fileInputElementUnderMouse;
463 RefPtrWillBeRawPtr<LocalFrame> innerFrame = element->ownerDocument()->frame()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionCoordinator.cpp 64 RefPtrWillBeRawPtr<SQLTransactionBackend> firstPendingTransaction = info.pendingTransactions.first();
147 RefPtrWillBeRawPtr<SQLTransactionBackend> transaction = info.pendingTransactions.takeFirst();
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 73 RefPtrWillBeRawPtr<FontFace> fontFace = adoptRefWillBeNoop(new FontFace(context, family, descriptors));
75 RefPtrWillBeRawPtr<CSSValue> src = parseCSSValue(toDocument(context), source, CSSPropertySrc);
85 RefPtrWillBeRawPtr<FontFace> fontFace = adoptRefWillBeNoop(new FontFace(context, family, descriptors));
92 RefPtrWillBeRawPtr<FontFace> fontFace = adoptRefWillBeNoop(new FontFace(context, family, descriptors));
102 RefPtrWillBeRawPtr<CSSValue> family = properties.getPropertyCSSValue(CSSPropertyFontFamily);
105 RefPtrWillBeRawPtr<CSSValue> src = properties.getPropertyCSSValue(CSSPropertySrc);
109 RefPtrWillBeRawPtr<FontFace> fontFace = adoptRefWillBeNoop(new FontFace(document));
215 RefPtrWillBeRawPtr<CSSValue> value = parseCSSValue(document, s, propertyID);
454 if (RefPtrWillBeRawPtr<CSSValue> fontVariant = m_variant) {
457 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated()
    [all...]
CSSDefaultStyleSheets.cpp 67 RefPtrWillBeRawPtr<StyleSheetContents> sheet = StyleSheetContents::create(CSSParserContext(UASheetMode, 0));
125 RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(viewSourceCss, sizeof(viewSourceCss));
136 RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(navigationTransitionsCss, sizeof(navigationTransitionsCss));
147 RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(xhtmlmpCss, sizeof(xhtmlmpCss));
SVGCSSComputedStyleDeclaration.cpp 55 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated();
66 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
88 RefPtrWillBeRawPtr<CSSValueList> values = CSSValueList::createSpaceSeparated();
221 if (RefPtrWillBeRawPtr<CSSPrimitiveValue> value = glyphOrientationToCSSPrimitiveValue(svgStyle.glyphOrientationVertical()))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WorkerScriptController.h 55 void evaluate(const ScriptSourceCode&, RefPtrWillBeRawPtr<ErrorEvent>* = 0);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8FileCustom.cpp 81 RefPtrWillBeRawPtr<File> file = File::create(fileName, properties.lastModified(), BlobDataHandle::create(blobData.release(), fileSize));
V8HTMLDocumentCustom.cpp 59 if (RefPtrWillBeRawPtr<LocalFrame> frame = htmlDocument->frame()) {
V8MutationObserverCustom.cpp 64 RefPtrWillBeRawPtr<MutationObserver> observer = MutationObserver::create(callback.release());
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuList.cpp 100 RefPtrWillBeRawPtr<Document> document(m_renderer->document());
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableSVGPaint.cpp 49 RefPtrWillBeRawPtr<AnimatableColor> color = toAnimatableColor(AnimatableValue::interpolate(m_color.get(), svgPaint->m_color.get(), fraction).get());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ProcessingInstruction.cpp 197 RefPtrWillBeRawPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext);
199 RefPtrWillBeRawPtr<CSSStyleSheet> cssSheet = CSSStyleSheet::create(newSheet, this);
221 RefPtrWillBeRawPtr<Document> protect(&document());
279 RefPtrWillBeRawPtr<StyleSheet> removedSheet = m_sheet;
StaticNodeList.h 75 RefPtrWillBeRawPtr<StaticNodeTypeList<NodeType> > nodeList = adoptRefWillBeNoop(new StaticNodeTypeList<NodeType>);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESVertexArrayObject.cpp 61 RefPtrWillBeRawPtr<WebGLVertexArrayObjectOES> o = WebGLVertexArrayObjectOES::create(m_context, WebGLVertexArrayObjectOES::VaoTypeUser);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.cpp 61 RefPtrWillBeRawPtr<Event> event = passEvent;

Completed in 459 milliseconds

1 2 3 4 5 67 8 91011>>