Searched refs:RefPtr (Results 126 - 150 of 1728) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DImplicitAnimation.h55 virtual void animate(CompositeAnimation*, RenderObject*, const RenderStyle* currentStyle, RenderStyle* targetStyle, RefPtr<RenderStyle>& animatedStyle);
56 virtual void getAnimatedStyle(RefPtr<RenderStyle>& animatedStyle);
92 RefPtr<RenderStyle> m_fromStyle;
93 RefPtr<RenderStyle> m_toStyle;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModule.cpp90 RefPtr<JSONValue> resultValue;
108 RefPtr<JSONValue> resultValue;
135 void InjectedScriptCanvasModule::traceLog(ErrorString* errorString, const TraceLogId& traceLogId, const int* startOffset, const int* maxLength, RefPtr<TraceLog>* traceLog)
143 RefPtr<JSONValue> resultValue;
153 void InjectedScriptCanvasModule::replayTraceLog(ErrorString* errorString, const TraceLogId& traceLogId, int stepNo, RefPtr<ResourceState>* result, double* replayTime)
158 RefPtr<JSONValue> resultValue;
165 RefPtr<JSONObject> resultObject = resultValue->asObject();
166 RefPtr<JSONObject> resourceStateObject = resultObject->getObject("resourceState");
176 void InjectedScriptCanvasModule::resourceState(ErrorString* errorString, const TraceLogId& traceLogId, const ResourceId& resourceId, RefPtr<ResourceState>* result)
181 RefPtr<JSONValu
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageGroupLoadDeferrer.h23 #include "wtf/RefPtr.h"
38 Vector<RefPtr<Frame>, 16> m_deferredFrames;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.h59 RefPtr<StyleImage> listStyleImage;
70 RefPtr<ShadowList> textShadow; // Our text shadow information for shadowed text drawing.
73 RefPtr<CursorList> cursorData;
116 RefPtr<QuotesData> quotes;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DDOMParser.cpp41 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, KURL(), false);
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DAesCbcParams.h48 RefPtr<Uint8Array> m_iv;
H A DAesCtrParams.h49 RefPtr<Uint8Array> m_counter;
H A DCrypto.h36 #include "wtf/RefPtr.h"
53 RefPtr<SubtleCrypto> m_subtleCrypto;
H A DHmacKeyParams.h35 #include "wtf/RefPtr.h"
50 RefPtr<Algorithm> m_hash;
H A DHmacParams.h35 #include "wtf/RefPtr.h"
48 RefPtr<Algorithm> m_hash;
H A DRsaKeyGenParams.h50 RefPtr<Uint8Array> m_publicExponent;
H A DRsaSsaParams.h35 #include "wtf/RefPtr.h"
48 RefPtr<Algorithm> m_hash;
H A DWorkerGlobalScopeCrypto.h52 mutable RefPtr<WorkerCrypto> m_crypto;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionEvent.h64 RefPtr<DeviceMotionData> m_deviceMotionData;
66 RefPtr<DeviceAcceleration> m_acceleration;
67 RefPtr<DeviceAcceleration> m_accelerationIncludingGravity;
68 RefPtr<DeviceRotationRate> m_rotationRate;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DNavigatorGamepad.h49 RefPtr<GamepadList> m_gamepads;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DPageGroupIndexedDatabase.h47 RefPtr<IDBFactoryBackendInterface> m_factoryBackend;
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DWorkerGlobalScopePerformance.h53 RefPtr<WorkerPerformance> m_performance;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DDOMWindowSpeechSynthesis.h50 RefPtr<SpeechSynthesis> m_speechSynthesis;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAsyncAudioDecoder.cpp58 RefPtr<ArrayBuffer> audioDataRef(audioData);
67 RefPtr<AudioBuffer> audioBuffer = AudioBuffer::createFromAudioFileData(audioData->data(), audioData->byteLength(), false, sampleRate);
77 RefPtr<ArrayBuffer> audioDataRef = adoptRef(audioData);
80 RefPtr<AudioBuffer> audioBufferRef = adoptRef(audioBuffer);
H A DAudioNodeOutput.h32 #include "wtf/RefPtr.h"
133 RefPtr<AudioBus> m_internalBus;
134 RefPtr<AudioBus> m_inPlaceBus;
147 HashSet<RefPtr<AudioParam> > m_params;
148 typedef HashSet<RefPtr<AudioParam> >::iterator ParamsIterator;
H A DBiquadProcessor.h33 #include "wtf/RefPtr.h"
83 RefPtr<AudioParam> m_parameter1;
84 RefPtr<AudioParam> m_parameter2;
85 RefPtr<AudioParam> m_parameter3;
86 RefPtr<AudioParam> m_parameter4;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSerializedResource.h43 RefPtr<SharedBuffer> data;
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFElevation.h38 #include "wtf/RefPtr.h"
87 RefPtr<HRTFKernel>& kernelL, RefPtr<HRTFKernel>& kernelR);
93 RefPtr<HRTFKernel>& kernelL, RefPtr<HRTFKernel>& kernelR);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.h38 #include "wtf/RefPtr.h"
56 RefPtr<SkPicture> m_picture;
H A DThreadSafeDataTransportTest.cpp42 RefPtr<SharedBuffer> buffer = SharedBuffer::create(testString, sizeof(testString));
61 RefPtr<SharedBuffer> buffer1 = SharedBuffer::create(testString1, sizeof(testString1) - 1);
63 RefPtr<SharedBuffer> buffer2 = SharedBuffer::create(testString2, sizeof(testString2) - 1);
65 RefPtr<SharedBuffer> buffer3 = SharedBuffer::create(testString3, sizeof(testString3) - 1);

Completed in 936 milliseconds

1234567891011>>