HomeSort by relevance Sort by last modified time
    Searched refs:RefPtr (Results 351 - 375 of 1730) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
ChangeVersionWrapper.h 52 RefPtr<SQLError> m_sqlError;
DatabaseServer.cpp 53 PassRefPtr<DatabaseBackendBase> DatabaseServer::openDatabase(RefPtr<DatabaseContext>& backendContext,
57 RefPtr<DatabaseBackendBase> database;
63 PassRefPtr<DatabaseBackendBase> DatabaseServer::createDatabase(RefPtr<DatabaseContext>& backendContext,
67 RefPtr<DatabaseBackendBase> database;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioResampler.h 65 RefPtr<AudioBus> m_sourceBus;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroidTest.cpp 25 RefPtr<SimpleFontData> fontData = fontCache->platformFallbackForCharacter(fontDescription, testChar, 0);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DecodingImageGenerator.h 32 #include "wtf/RefPtr.h"
58 RefPtr<ImageFrameGenerator> m_frameGenerator;
DrawLooper.h 36 #include "wtf/RefPtr.h"
74 RefPtr<SkLayerDrawLooper> m_skDrawLooper;
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
RTCSessionDescriptionRequest.h 36 #include "wtf/RefPtr.h"
64 RefPtr<ExtraData> m_extraData;
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 31 #include "wtf/RefPtr.h"
56 RefPtr<WebCore::GeolocationPosition> m_lastPosition;
InspectorFrontendClientImpl.h 67 RefPtr<WebCore::InspectorFrontendHost> m_frontendHost;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 85 RefPtr<RTCConfiguration> rtcConfiguration = RTCConfiguration::create();
118 RefPtr<RTCConfiguration> configuration = parseConfiguration(rtcConfiguration, exceptionState);
122 RefPtr<MediaConstraints> constraints = MediaConstraintsImpl::create(mediaConstraints, exceptionState);
126 RefPtr<RTCPeerConnection> peerConnection = adoptRef(new RTCPeerConnection(context, configuration.release(), constraints.release(), exceptionState));
181 RefPtr<MediaConstraints> constraints = MediaConstraintsImpl::create(mediaConstraints, exceptionState);
185 RefPtr<RTCSessionDescriptionRequestImpl> request = RTCSessionDescriptionRequestImpl::create(executionContext(), successCallback, errorCallback);
201 RefPtr<MediaConstraints> constraints = MediaConstraintsImpl::create(mediaConstraints, exceptionState);
205 RefPtr<RTCSessionDescriptionRequestImpl> request = RTCSessionDescriptionRequestImpl::create(executionContext(), successCallback, errorCallback);
216 RefPtr<RTCSessionDescription> sessionDescription = prpSessionDescription;
222 RefPtr<RTCVoidRequestImpl> request = RTCVoidRequestImpl::create(executionContext(), successCallback, erro (…)
    [all...]
  /external/chromium_org/cc/resources/
ui_resource_bitmap.cc 15 void UIResourceBitmap::Create(const skia::RefPtr<SkPixelRef>& pixel_ref,
36 skia::RefPtr<SkPixelRef> pixel_ref = skia::SharePtr(skbitmap.pixelRef());
45 const skia::RefPtr<ETC1PixelRef>& etc1_pixel_ref,
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableImage.cpp 44 RefPtr<CSSValue> fromValue = this->toCSSValue();
55 RefPtr<CSSValue> toValue = image->toCSSValue();
65 RefPtr<CSSCrossfadeValue> crossfadeValue = CSSCrossfadeValue::create(fromValue, toValue);
AnimatableStrokeDasharrayList.cpp 58 Vector<RefPtr<AnimatableValue> > from = m_values;
59 Vector<RefPtr<AnimatableValue> > to = toAnimatableStrokeDasharrayList(value)->m_values;
85 Vector<RefPtr<AnimatableValue> > interpolatedValues;
DocumentTimelineTest.cpp 108 RefPtr<Document> document;
109 RefPtr<Element> element;
110 RefPtr<DocumentTimeline> timeline;
135 RefPtr<KeyframeAnimationEffect> effect = KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector());
136 RefPtr<Animation> anim = Animation::create(element.get(), effect, timing);
206 RefPtr<Animation> anim1 = Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timing);
207 RefPtr<Animation> anim2 = Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timing);
239 RefPtr<Animation> anim1 = Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timingForwardFill);
240 RefPtr<Animation> anim2 = Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimationEffect::KeyframeVector()), timingNoFill);
241 RefPtr<Animation> anim3 = Animation::create(element.get(), KeyframeAnimationEffect::create(KeyframeAnimat (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h 77 typedef HashMap<unsigned, RefPtr<SimpleFontData> > FontDataTable; // The hash key is composed of size synthetic styles.
100 RefPtr<SVGFontFaceElement> m_svgFontFaceElement;
101 RefPtr<SVGFontElement> m_externalSVGFontElement;
CSSKeyframeRule.h 69 RefPtr<StylePropertySet> m_properties;
91 RefPtr<StyleKeyframe> m_keyframe;
92 mutable RefPtr<StyleRuleCSSStyleDeclaration> m_propertiesCSSOMWrapper;
Counter.h 68 RefPtr<CSSPrimitiveValue> m_identifier; // string
69 RefPtr<CSSPrimitiveValue> m_listStyle; // ident
70 RefPtr<CSSPrimitiveValue> m_separator; // string
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DataTransferItemList.cpp 58 RefPtr<ChromiumDataObjectItem> item = m_dataObject->item(index);
85 RefPtr<ChromiumDataObjectItem> item = m_dataObject->add(data, type);
97 RefPtr<ChromiumDataObjectItem> item = m_dataObject->add(file);
DocumentInit.h 35 #include "wtf/RefPtr.h"
80 RefPtr<Document> m_parent;
81 RefPtr<Document> m_owner;
84 RefPtr<CustomElementRegistrationContext> m_registrationContext;
MutationObserverRegistration.h 66 RefPtr<MutationObserver> m_observer;
68 RefPtr<Node> m_registrationNodeKeepAlive;
69 typedef HashSet<RefPtr<Node> > NodeHashSet;
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
KeyframeAnimation.h 49 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
50 virtual void getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle);
97 RefPtr<RenderStyle> m_unanimatedStyle;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.cpp 67 void HTMLAllCollection::anonymousNamedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Node>& returnValue1)
69 Vector<RefPtr<Node> > namedItems;
HTMLViewSourceDocument.cpp 68 RefPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(*this);
70 RefPtr<HTMLHeadElement> head = HTMLHeadElement::create(*this);
72 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(*this);
77 RefPtr<HTMLDivElement> div = HTMLDivElement::create(*this);
81 RefPtr<HTMLTableElement> table = HTMLTableElement::create(*this);
185 RefPtr<HTMLSpanElement> span = HTMLSpanElement::create(*this);
194 RefPtr<HTMLTableRowElement> trow = HTMLTableRowElement::create(*this);
198 RefPtr<HTMLTableCellElement> td = HTMLTableCellElement::create(tdTag, *this);
220 RefPtr<HTMLBRElement> br = HTMLBRElement::create(*this);
245 RefPtr<Text> t = Text::create(*this, substring)
    [all...]
HTMLViewSourceDocument.h 66 RefPtr<Element> m_current;
67 RefPtr<HTMLTableSectionElement> m_tbody;
68 RefPtr<HTMLTableCellElement> m_td;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlsChromiumAndroid.cpp 51 RefPtr<MediaControlsChromiumAndroid> controls = adoptRef(new MediaControlsChromiumAndroid(document));
55 RefPtr<MediaControlOverlayEnclosureElement> overlayEnclosure = MediaControlOverlayEnclosureElement::create(document);
56 RefPtr<MediaControlOverlayPlayButtonElement> overlayPlayButton = MediaControlOverlayPlayButtonElement::create(document);

Completed in 400 milliseconds

<<11121314151617181920>>