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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackList.h 90 Vector<RefPtr<TextTrack> > m_addTrackTracks;
91 Vector<RefPtr<TextTrack> > m_elementTracks;
92 Vector<RefPtr<TextTrack> > m_inbandTracks;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.h 66 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&);
81 void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>*);
87 RefPtr<ScriptProfile> m_keepAliveProfile;
InjectedScript.cpp 60 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
71 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
82 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
95 void InjectedScript::restartFrame(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result)
100 RefPtr<JSONValue> resultValue;
115 void InjectedScript::getStepInPositions(ErrorString* errorString, const ScriptValue& callFrames, const String& callFrameId, RefPtr<Array<TypeBuilder::Debugger::Location> >& positions)
120 RefPtr<JSONValue> resultValue;
152 RefPtr<JSONValue> resultValue;
165 void InjectedScript::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<FunctionDetails>* result)
169 RefPtr<JSONValue> resultValue
    [all...]
InjectedScriptBase.cpp 98 void InjectedScriptBase::makeCall(ScriptFunctionCall& function, RefPtr<JSONValue>* result)
118 void InjectedScriptBase::makeEvalCall(ErrorString* errorString, ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::OptOutput<bool>* wasThrown)
120 RefPtr<JSONValue> result;
131 RefPtr<JSONObject> resultPair = result->asObject();
136 RefPtr<JSONObject> resultObj = resultPair->getObject("result");
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 102 RefPtr<Document> m_documentUnderMouse; // The document the mouse was last dragged over.
103 RefPtr<Document> m_dragInitiator; // The Document (if any) that initiated the drag.
104 RefPtr<HTMLInputElement> m_fileInputElementUnderMouse;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.cpp 47 RefPtr<MessagePort> port = prpPort;
48 RefPtr<MessageEvent> event = MessageEvent::create(adoptPtr(new MessagePortArray(1, port)), String(), String(), port);
56 RefPtr<SharedWorkerGlobalScope> context = adoptRef(new SharedWorkerGlobalScope(name, startupData->m_scriptURL, startupData->m_userAgent, thread, startupData->m_workerClients.release()));
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 91 RefPtr<MediaKeyError> m_error;
100 RefPtr<Uint8Array> initData;
105 Deque<RefPtr<Uint8Array> > m_pendingKeys;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.h 37 #include "wtf/RefPtr.h"
102 RefPtr<MediaStreamDescriptor> m_descriptor;
105 Vector<RefPtr<Event> > m_scheduledEvents;
108 typedef Vector<RefPtr<MediaStream> > MediaStreamVector;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 39 #include "wtf/RefPtr.h"
61 const Vector<RefPtr<SpeechSynthesisVoice> >& getVoices();
90 Vector<RefPtr<SpeechSynthesisVoice> > m_voiceList;
91 Deque<RefPtr<SpeechSynthesisUtterance> > m_utteranceQueue;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.h 35 #include "wtf/RefPtr.h"
108 RefPtr<AudioBuffer> m_buffer;
115 RefPtr<AudioParam> m_gain;
116 RefPtr<AudioParam> m_playbackRate;
AudioBuffer.cpp 58 RefPtr<AudioBuffer> buffer = adoptRef(new AudioBuffer(numberOfChannels, numberOfFrames, sampleRate));
67 RefPtr<AudioBus> bus = createBusFromInMemoryAudioFile(data, dataSize, mixToMono, sampleRate);
69 RefPtr<AudioBuffer> buffer = adoptRef(new AudioBuffer(bus.get()));
91 RefPtr<Float32Array> channelDataArray = Float32Array::create(m_length);
113 RefPtr<Float32Array> channelDataArray = Float32Array::create(m_length);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.h 38 #include "wtf/RefPtr.h"
98 RefPtr<Database> m_database;
99 RefPtr<AbstractSQLTransactionBackend> m_backend;
105 RefPtr<SQLError> m_transactionError;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCustomPlatformDataMac.cpp 55 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
70 RefPtr<SkMemoryStream> stream = adoptRef(new SkMemoryStream(buffer->getAsSkData().get()));
71 RefPtr<SkTypeface> typeface = adoptRef(SkTypeface::CreateFromStream(stream.get()));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.h 40 #include "wtf/RefPtr.h"
97 RefPtr<Gradient> m_gradient;
98 RefPtr<Pattern> m_pattern;
102 RefPtr<SkDashPathEffect> m_dash;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterRenderer.h 40 #include "wtf/RefPtr.h"
83 RefPtr<GraphicsContext3D> m_context;
84 RefPtr<CustomFilterCompiledProgram> m_compiledProgram;
86 RefPtr<CustomFilterMesh> m_mesh;
FECustomFilter.h 39 #include "wtf/RefPtr.h"
83 RefPtr<GraphicsContext3D> m_context;
84 RefPtr<CustomFilterValidatedProgram> m_validatedProgram;
85 RefPtr<CustomFilterRenderer> m_customFilterRenderer;
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamComponent.h 109 RefPtr<MediaStreamSource> m_source;
112 RefPtr<ExtraData> m_extraData;
115 typedef Vector<RefPtr<MediaStreamComponent> > MediaStreamComponentVector;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.h 30 #include "wtf/RefPtr.h"
78 Vector<RefPtr<TransformOperation> >& operations() { return m_operations; }
79 const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; }
90 Vector<RefPtr<TransformOperation> > m_operations;
  /external/chromium_org/ui/gfx/
skia_util.h 11 #include "skia/ext/refptr.h"
45 GFX_EXPORT skia::RefPtr<SkShader> CreateImageRepShader(
52 GFX_EXPORT skia::RefPtr<SkShader> CreateGradientShader(int start_point,
60 GFX_EXPORT skia::RefPtr<SkDrawLooper> CreateShadowDrawLooper(
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 81 bool get(const String&, RefPtr<DOMWindow>&) const;
82 bool get(const String&, RefPtr<Storage>&) const;
84 bool get(const String&, RefPtr<Uint8Array>&) const;
85 bool get(const String&, RefPtr<ArrayBufferView>&) const;
86 bool get(const String&, RefPtr<MIDIPort>&) const;
87 bool get(const String&, RefPtr<MediaKeyError>&) const;
88 bool get(const String&, RefPtr<TrackBase>&) const;
89 bool get(const String&, RefPtr<SpeechRecognitionError>&) const;
90 bool get(const String&, RefPtr<SpeechRecognitionResult>&) const;
91 bool get(const String&, RefPtr<SpeechRecognitionResultList>&) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFElevation.cpp 66 typedef HashMap<String, RefPtr<AudioBus> > AudioBusMap;
71 RefPtr<AudioBus> bus;
74 RefPtr<AudioBus> concatenatedImpulseResponses(AudioBus::loadPlatformResource(subjectName.utf8().data(), ResponseSampleRate));
100 RefPtr<HRTFKernel>& kernelL, RefPtr<HRTFKernel>& kernelR)
102 RefPtr<HRTFKernel> kernelL1;
103 RefPtr<HRTFKernel> kernelR1;
111 RefPtr<HRTFKernel> kernelL2;
112 RefPtr<HRTFKernel> kernelR2;
125 RefPtr<HRTFKernel>& kernelL, RefPtr<HRTFKernel>& kernelR
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.cpp 78 Vector<RefPtr<MutableStylePropertySet> > propertySetVector;
81 RefPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
84 RefPtr<Keyframe> keyframe = Keyframe::create();
125 RefPtr<KeyframeAnimationEffect> effect = StyleResolver::createKeyframeAnimationEffect(*element, propertySetVector, keyframes);
136 RefPtr<Animation> animation = Animation::create(element, effect, timing);
KeyframeAnimationEffect.h 54 static bool compareOffsets(const RefPtr<Keyframe>& a, const RefPtr<Keyframe>& b)
73 typedef HashMap<CSSPropertyID, RefPtr<AnimatableValue> > PropertyValueMap;
80 typedef Vector<RefPtr<Keyframe> > KeyframeVector;
114 RefPtr<CompositableValue> m_value;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 53 void getNamedElements(const AtomicString&, Vector<RefPtr<Node> >&);
121 void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&);
154 bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >*, HTMLFormControlElement::CheckValidityDispatchEvents = HTMLFormControlElement::CheckValidityDispatchEventsAllowed);
182 Vector<RefPtr<Event> > m_pendingAutocompleteEvents;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 118 RefPtr<ShadowList> m_boxShadow;
120 RefPtr<StyleReflection> m_boxReflect;
130 RefPtr<ShapeValue> m_shapeInside;
131 RefPtr<ShapeValue> m_shapeOutside;
136 RefPtr<ClipPathOperation> m_clipPath;

Completed in 327 milliseconds

<<11121314151617181920>>