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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestSpecialOperations.cpp 63 RefPtrWillBeRawPtr<Node> result0;
65 RefPtrWillBeRawPtr<NodeList> result1;
90 RefPtrWillBeRawPtr<Node> result0;
92 RefPtrWillBeRawPtr<NodeList> result1;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
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/animation/interpolation/
DeferredLegacyStyleInterpolationTest.cpp 25 RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create();
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParserTest.cpp 17 RefPtrWillBeRawPtr<CSSValue> timingFunctionValue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 81 RefPtrWillBeRawPtr<Element> parent = parentOrShadowHostElement();
ProcessingInstruction.cpp 198 RefPtrWillBeRawPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext);
200 RefPtrWillBeRawPtr<CSSStyleSheet> cssSheet = CSSStyleSheet::create(newSheet, this);
279 RefPtrWillBeRawPtr<StyleSheet> removedSheet = m_sheet;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MergeIdenticalElementsCommand.cpp 68 RefPtrWillBeRawPtr<Node> atChild = m_atChild.release();
SplitElementCommand.cpp 89 RefPtrWillBeRawPtr<Node> refChild = m_element2->firstChild();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHRElement.cpp 79 RefPtrWillBeRawPtr<CSSPrimitiveValue> darkGrayValue = cssValuePool().createColorValue(Color::darkGray);
HTMLMapElement.cpp 70 RefPtrWillBeRawPtr<HTMLCollection> images = document().images();
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/shadow/
ClearButtonElement.cpp 48 RefPtrWillBeRawPtr<ClearButtonElement> element = adoptRefWillBeNoop(new ClearButtonElement(document, clearButtonOwner));
PickerIndicatorElement.cpp 57 RefPtrWillBeRawPtr<PickerIndicatorElement> element = adoptRefWillBeNoop(new PickerIndicatorElement(document, pickerIndicatorOwner));
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
InbandTextTrack.cpp 108 RefPtrWillBeRawPtr<VTTCue> cue = VTTCue::create(owner->document(), start, end, content);
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.cpp 41 RefPtrWillBeRawPtr<NetworkInformation> connection(adoptRefWillBeRefCountedGarbageCollected(new NetworkInformation(context)));
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.cpp 56 RefPtrWillBeRawPtr<ServiceWorkerGlobalScope> context = adoptRefWillBeRefCountedGarbageCollected(new ServiceWorkerGlobalScope(startupData->m_scriptURL, startupData->m_userAgent, thread, monotonicallyIncreasingTime(), startupData->m_workerClients.release()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Initializer.cpp 104 RefPtrWillBeRawPtr<ScriptCallStack> callStack = nullptr;
115 RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, resource, message->GetLineNumber(), message->GetStartColumn() + 1, &scriptState->world());
226 RefPtrWillBeRawPtr<ErrorEvent> event = ErrorEvent::create(errorMessage, sourceURL, message->GetLineNumber(), message->GetStartColumn() + 1, &DOMWrapperWorld::current(isolate));
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceCache.cpp 51 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
59 RefPtrWillBeRawPtr<FontFace> fontFace = prpFontFace;
95 RefPtrWillBeRawPtr<CSSSegmentedFontFace> segmentedFontFace = familyFontFacesIter->value;
MediaList.cpp 91 RefPtrWillBeRawPtr<MediaQuerySet> result = create(mediaString);
101 RefPtrWillBeRawPtr<MediaQuerySet> result = create(queryString);
127 RefPtrWillBeRawPtr<MediaQuerySet> result = create(queryStringToRemove);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 68 RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(scriptState, 1));
139 RefPtrWillBeRawPtr<ScriptProfile> profile = ScriptProfiler::stop(id);
239 RefPtrWillBeRawPtr<ScriptProfile> scriptProfile = ScriptProfiler::stop(m_frontendInitiatedProfileId);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 56 RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
277 RefPtrWillBeRawPtr<CSSValueList> list = nullptr;
299 RefPtrWillBeRawPtr<CSSValue> src = m_fontFaceRule->properties().getPropertyCSSValue(CSSPropertySrc);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 135 RefPtrWillBeRawPtr<SQLError> error = SQLError::create(*errorData);
148 RefPtrWillBeRawPtr<SQLTransaction> transaction = SQLTransaction::create(this, callback, successCallback, errorCallback, readOnly);
149 RefPtrWillBeRawPtr<SQLTransactionBackend> transactionBackend = backend()->runTransaction(transaction, readOnly, changeVersionData);

Completed in 2749 milliseconds

1 2 3 4 5 6 7 891011>>