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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowLifecycleNotifier.h 31 #include "wtf/PassOwnPtr.h"
41 static PassOwnPtr<DOMWindowLifecycleNotifier> create(DOMWindow*);
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkImport.h 37 #include "wtf/PassOwnPtr.h"
52 static PassOwnPtr<LinkImport> create(HTMLLinkElement* owner);
PublicURLManager.h 32 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<PublicURLManager> create(ExecutionContext*);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
CheckboxInputType.h 48 virtual PassOwnPtr<ClickHandlingState> willDispatchClick() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorMemoryAgent.h 36 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<InspectorMemoryAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state)
WorkerConsoleAgent.h 35 #include "wtf/PassOwnPtr.h"
42 static PassOwnPtr<WorkerConsoleAgent> create(InstrumentingAgents* instrumentingAgents, InspectorTimelineAgent* timelineAgent, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager)
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.h 37 #include "wtf/PassOwnPtr.h"
56 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
KeyframeValueList.cpp 33 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CounterDirectives.cpp 24 #include "wtf/PassOwnPtr.h"
36 PassOwnPtr<CounterDirectiveMap> clone(const CounterDirectiveMap& counterDirectives)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 26 #include "wtf/PassOwnPtr.h"
45 static PassOwnPtr<SVGResources> buildResources(const RenderObject*, const SVGRenderStyle*);
120 static PassOwnPtr<ClipperFilterMaskerData> create()
142 static PassOwnPtr<MarkerData> create()
165 static PassOwnPtr<FillStrokeData> create()
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.h 43 static PassOwnPtr<MockPagePopupDriver> create(Frame* mainFrame);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.h 33 #include "wtf/PassOwnPtr.h"
46 static PassOwnPtr<WorkerEventQueue> create(ExecutionContext*);
WorkerThreadStartupData.cpp 37 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMWindowFileSystem.cpp 51 void DOMWindowFileSystem::webkitRequestFileSystem(DOMWindow* window, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
74 void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(DOMWindow* window, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
FileWriterBase.cpp 46 void FileWriterBase::initialize(PassOwnPtr<blink::WebFileWriter> writer, long long length)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.cpp 44 PassOwnPtr<UserMediaController> UserMediaController::create(UserMediaClient* client)
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationController.h 42 static PassOwnPtr<NotificationController> create(NotificationClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.cpp 46 PassOwnPtr<SpeechRecognitionController> SpeechRecognitionController::create(SpeechRecognitionClient* client)
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIController.h 49 static PassOwnPtr<MIDIController> create(MIDIClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcher.h 36 #include "wtf/PassOwnPtr.h"
48 void addProcessor(PassOwnPtr<WebSocketExtensionProcessor>);
WebSocketPerMessageDeflate.h 38 #include "wtf/PassOwnPtr.h"
48 PassOwnPtr<WebSocketExtensionProcessor> createExtensionProcessor();
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioDSPKernelProcessor.h 37 #include "wtf/PassOwnPtr.h"
58 virtual PassOwnPtr<AudioDSPKernel> createKernel() = 0;
Panner.h 33 #include "wtf/PassOwnPtr.h"
52 static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.h 35 #include "wtf/PassOwnPtr.h"
50 DiscardablePixelRef(const SkImageInfo&, PassOwnPtr<SkMutex>);
ImageFrameGenerator.h 34 #include "wtf/PassOwnPtr.h"
53 virtual PassOwnPtr<ImageDecoder> create() = 0;
92 void setImageDecoderFactory(PassOwnPtr<ImageDecoderFactory> factory) { m_imageDecoderFactory = factory; }
95 void setAllocator(PassOwnPtr<SkBitmap::Allocator> allocator) { m_allocator = allocator; }
103 PassOwnPtr<ScaledImageFragment> decode(size_t index, ImageDecoder**);

Completed in 1091 milliseconds

1 2 3 4 5 6 7 891011>>