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

<<111213141516171819

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLAllCollectionCustom.cpp 83 RefPtrWillBeRawPtr<Element> result = collection->item(index->Uint32Value());
  /external/chromium_org/third_party/WebKit/Source/core/animation/
LengthStyleInterpolation.cpp 55 RefPtrWillBeRawPtr<CSSCalcExpressionNode> next;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageValue.cpp 114 RefPtrWillBeRawPtr<CSSPrimitiveValue> uriValue = CSSPrimitiveValue::create(m_absoluteURL, CSSPrimitiveValue::CSS_URI);
CSSValueList.cpp 67 RefPtrWillBeRawPtr<CSSValueList> newList = nullptr;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSParser.cpp 53 RefPtrWillBeRawPtr<MutableStylePropertySet> stylePropertySet = MutableStylePropertySet::create();
SizesCalcParserTest.cpp 37 RefPtrWillBeRawPtr<CSSValue> cssValue = CSSParser::parseSingleValue(CSSPropertyLeft, text);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 98 RefPtrWillBeRawPtr<Element> parent = parentOrShadowHostElement();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.cpp 110 RefPtrWillBeRawPtr<ContainerNode> parent = highestAncestorToRemove->parentNode();
EditorCommand.cpp 123 RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
130 RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
140 RefPtrWillBeRawPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());
144 RefPtrWillBeRawPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
147 RefPtrWillBeRawPtr<CSSValueList> selectedCSSValueList = toCSSValueList(selectedCSSValue.get());
157 RefPtrWillBeRawPtr<MutableStylePropertySet> newMutableStyle = MutableStylePropertySet::create();
174 RefPtrWillBeRawPtr<EditingStyle> style = EditingStyle::create(propertyID, styleIsPresent ? offValue : onValue);
180 RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create();
206 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(*frame.document());
218 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.cpp 101 RefPtrWillBeRawPtr<EventTarget> protect(m_owner.get());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFontElement.cpp 192 if (RefPtrWillBeRawPtr<CSSValueList> fontFaceValue = cssValuePool().createFontFaceValue(value))
HTMLTextAreaElement.cpp 92 RefPtrWillBeRawPtr<HTMLTextAreaElement> textArea = adoptRefWillBeNoop(new HTMLTextAreaElement(document, form));
342 RefPtrWillBeRawPtr<HTMLTextAreaElement> protector(this);
424 RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
566 RefPtrWillBeRawPtr<HTMLDivElement> newElement = HTMLDivElement::create(document());
HTMLMediaElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseChooserOnlyDateAndTimeInputType.cpp 65 RefPtrWillBeRawPtr<HTMLDivElement> valueContainer = HTMLDivElement::create(element().document());
SearchInputType.cpp 106 RefPtrWillBeRawPtr<HTMLInputElement> input(element());
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PickerIndicatorElement.cpp 60 RefPtrWillBeRawPtr<PickerIndicatorElement> element = adoptRefWillBeNoop(new PickerIndicatorElement(document, pickerIndicatorOwner));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 343 RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(document());
369 RefPtrWillBeRawPtr<VTTCue> cue = VTTCue::create(*m_document, m_currentStartTime, m_currentEndTime, m_currentContent.toString());
393 RefPtrWillBeRawPtr<VTTRegion> region = VTTRegion::create();
507 RefPtrWillBeRawPtr<VTTElement> child = VTTElement::create(nodeType, &document);
  /external/chromium_org/third_party/WebKit/Source/core/page/
CustomContextMenuProvider.cpp 40 RefPtrWillBeRawPtr<SimulatedMouseEvent> click = SimulatedMouseEvent::create(EventTypeNames::click, m_menu->document().domWindow(), Event::create());
DragData.cpp 155 if (RefPtrWillBeRawPtr<DocumentFragment> fragment = createFragmentFromMarkup(*frame->document(), html, baseURL, DisallowScriptingAndPluginContent))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.cpp 157 RefPtrWillBeRawPtr<Range> range = Range::create(node->document());
  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.cpp 46 RefPtrWillBeRawPtr<DedicatedWorkerGlobalScope> context = adoptRefWillBeNoop(new DedicatedWorkerGlobalScope(startupData->m_scriptURL, startupData->m_userAgent, thread, timeOrigin, startupData->m_workerClients.release()));
Worker.cpp 64 RefPtrWillBeRawPtr<Worker> worker = adoptRefWillBeNoop(new Worker(context));
WorkerEventQueue.cpp 118 RefPtrWillBeRawPtr<Event> event = prpEvent;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 210 RefPtrWillBeRawPtr<MediaKeySession> session = adoptRefCountedGarbageCollectedWillBeNoop(new MediaKeySession(scriptState, mediaKeys, sessionType));
534 RefPtrWillBeRawPtr<MediaKeyMessageEvent> event = MediaKeyMessageEvent::create(EventTypeNames::message, init);
543 RefPtrWillBeRawPtr<Event> event = Event::create(EventTypeNames::ready);
582 RefPtrWillBeRawPtr<Event> event = Event::create(EventTypeNames::error);
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 64 RefPtrWillBeRawPtr<Element> element = m_provisionalFullScreenElement.release();

Completed in 1064 milliseconds

<<111213141516171819