HomeSort by relevance Sort by last modified time
    Searched refs:PassOwnPtr (Results 701 - 725 of 842) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
JPEGImageDecoderTest.cpp 41 #include "wtf/PassOwnPtr.h"
60 PassOwnPtr<JPEGImageDecoder> createDecoder(size_t maxDecodedBytes)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 224 virtual PassOwnPtr<Vector<unsigned> > lineEndings() const;
279 virtual PassOwnPtr<Vector<unsigned> > lineEndings() const;
InspectorController.cpp 154 PassOwnPtr<InspectorController> InspectorController::create(Page* page, InspectorClient* client)
167 void InspectorController::setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient> inspectorFrontendClient)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 77 PassOwnPtr<UserGestureIndicator> createUserGestureIndicator()
372 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect)
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 63 PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClient* client)
350 PassOwnPtr<ColorChooser> Chrome::createColorChooser(ColorChooserClient* client, const Color& initialColor)
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 56 PassRefPtr<SourceBuffer> SourceBuffer::create(PassOwnPtr<WebSourceBuffer> webSourceBuffer, MediaSource* source, GenericEventQueue* asyncEventQueue)
63 SourceBuffer::SourceBuffer(PassOwnPtr<WebSourceBuffer> webSourceBuffer, MediaSource* source, GenericEventQueue* asyncEventQueue)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 148 void AudioNode::addInput(PassOwnPtr<AudioNodeInput> input)
153 void AudioNode::addOutput(PassOwnPtr<AudioNodeOutput> output)
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBuffer.cpp 31 #include "wtf/PassOwnPtr.h"
206 PassRefPtr<SharedBuffer> SharedBuffer::adoptPurgeableBuffer(PassOwnPtr<PurgeableBuffer> purgeableBuffer)
358 PassOwnPtr<PurgeableBuffer> SharedBuffer::releasePurgeableBuffer()
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFElevation.cpp 237 PassOwnPtr<HRTFElevation> HRTFElevation::createForSubject(const String& subjectName, int elevation, float sampleRate)
278 PassOwnPtr<HRTFElevation> HRTFElevation::createByInterpolatingSlices(HRTFElevation* hrtfElevation1, HRTFElevation* hrtfElevation2, float x, float sampleRate)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 62 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool preserveDrawingBuffer)
74 GraphicsContext3D::GraphicsContext3D(PassOwnPtr<blink::WebGraphicsContext3DProvider> provider, bool preserveDrawingBuffer)
205 GraphicsContext3DContextLostCallbackAdapter(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
220 GraphicsContext3DErrorMessageCallbackAdapter(PassOwnPtr<GraphicsContext3D::ErrorMessageCallback> callback)
233 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
241 void GraphicsContext3D::setErrorMessageCallback(PassOwnPtr<GraphicsContext3D::ErrorMessageCallback> callback)
270 PassRefPtr<GraphicsContext3D> GraphicsContext3D::createGraphicsContextFromProvider(PassOwnPtr<blink::WebGraphicsContext3DProvider> provider, bool preserveDrawingBuffer)
276 PassRefPtr<GraphicsContext3D> GraphicsContext3D::createGraphicsContextFromWebContext(PassOwnPtr<blink::WebGraphicsContext3D> webContext, bool preserveDrawingBuffer)
    [all...]
ImageFrameGeneratorTest.cpp 93 PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size)
111 void setAllocator(PassOwnPtr<SkBitmap::Allocator> allocator)
116 PassOwnPtr<ScaledImageFragment> decode(size_t index)
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 43 #include "wtf/PassOwnPtr.h"
150 PassOwnPtr<Locale> Locale::create(const String& locale)
169 PassOwnPtr<LocaleWin> LocaleWin::create(LCID lcid, bool defaultsForLocale)
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 130 static PassOwnPtr<ClientAdapter> create(AssociatedURLLoader*, WebURLLoaderClient*, const WebURLLoaderOptions&);
170 PassOwnPtr<AssociatedURLLoader::ClientAdapter> AssociatedURLLoader::ClientAdapter::create(AssociatedURLLoader* loader, WebURLLoaderClient* client, const WebURLLoaderOptions& options)
WebDevToolsAgentImpl.cpp 111 ClientMessageLoopAdapter(PassOwnPtr<blink::WebDevToolsAgentClient::WebKitClientMessageLoop> messageLoop)
175 DebuggerTask(PassOwnPtr<WebDevToolsAgent::MessageDescriptor> descriptor)
623 // rawDescriptor can't be a PassOwnPtr because interruptAndDispatch is a WebKit API function.
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp 109 PassOwnPtr<ResourceResponse> ResourceResponse::adopt(PassOwnPtr<CrossThreadResourceResponseData> data)
145 PassOwnPtr<CrossThreadResourceResponseData> ResourceResponse::copyData() const
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 127 explicit TerminatedArrayBuilder(PassOwnPtr<T> array)
162 PassOwnPtr<T> release()
MediaList.cpp 142 void MediaQuerySet::addMediaQuery(PassOwnPtr<MediaQuery> mediaQuery)
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp 231 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curve, blink::WebAnimation::TargetProperty targetProperty, const FloatSize& boxSize)
329 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& values, const CSSAnimationData* animation, int animationId, double timeOffset, const FloatSize& boxSize)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 248 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(const AtomicString& id)
254 PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResourceForRemoval(const AtomicString& id)
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.cpp 48 PassRefPtr<IDBCursor> IDBCursor::create(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
77 IDBCursor::IDBCursor(PassOwnPtr<blink::WebIDBCursor> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
IDBDatabase.cpp 66 PassRefPtr<IDBDatabase> IDBDatabase::create(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> database, PassRefPtr<IDBDatabaseCallbacks> callbacks)
73 IDBDatabase::IDBDatabase(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> backend, PassRefPtr<IDBDatabaseCallbacks> callbacks)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 242 void DOMWrapperWorld::setActivityLogger(int worldId, PassOwnPtr<V8DOMActivityLogger> logger)
ScriptDebugServer.cpp 55 ClientDataImpl(PassOwnPtr<ScriptDebugServer::Task> task) : m_task(task) { }
348 void ScriptDebugServer::interruptAndRun(PassOwnPtr<Task> task, v8::Isolate* isolate)
621 PassOwnPtr<ScriptSourceCode> ScriptDebugServer::preprocess(Frame*, const ScriptSourceCode&)
623 return PassOwnPtr<ScriptSourceCode>();
V8ScriptRunner.cpp 39 PassOwnPtr<v8::ScriptData> V8ScriptRunner::precompileScript(v8::Handle<v8::String> code, ScriptResource* resource)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 49 PassOwnPtr<DragCaretController> DragCaretController::create()

Completed in 786 milliseconds

<<21222324252627282930>>