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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.h 31 #include "wtf/PassOwnPtr.h"
43 static PassOwnPtr<XSSInfo> create(const String& originalURL, bool didBlockEntirePage, bool didSendXSSProtectionHeader, bool didSendCSPHeader)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorBaseAgent.h 69 void append(PassOwnPtr<InspectorBaseAgentInterface>);
InspectorWorkerAgent.h 49 static PassOwnPtr<InspectorWorkerAgent> create(InstrumentingAgents*, InspectorCompositeState*);
PageRuntimeAgent.h 37 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<PageRuntimeAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InjectedScriptManager* injectedScriptManager, ScriptDebugServer* scriptDebugServer, Page* page, InspectorPageAgent* pageAgent)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
CrossOriginPreflightResultCache.h 34 #include "wtf/PassOwnPtr.h"
73 void appendEntry(const String& origin, const KURL&, PassOwnPtr<CrossOriginPreflightResultCacheItem>);
NavigationScheduler.h 39 #include "wtf/PassOwnPtr.h"
94 void schedule(PassOwnPtr<ScheduledNavigation>);
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.h 30 #include "wtf/PassOwnPtr.h"
56 static PassOwnPtr<AutoscrollController> create(Page&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
KeyframeValueList.h 33 #include "wtf/PassOwnPtr.h"
81 void insert(PassOwnPtr<const AnimationValue>);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.h 38 #include "wtf/PassOwnPtr.h"
55 static PassOwnPtr<FastTextAutosizer> create(Document* document)
RenderImageResourceStyleImage.h 41 static PassOwnPtr<RenderImageResource> create(StyleImage* styleImage)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h 33 #include "wtf/PassOwnPtr.h"
68 PassOwnPtr<blink::WebAnimation> createWebAnimationAndStoreId(const KeyframeValueList&, const IntSize& boxSize, const CSSAnimationData*, const String& animationName, double timeOffset);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 49 static PassOwnPtr<ShapeOutsideInfo> createInfo(const RenderBox* renderer) { return adoptPtr(new ShapeOutsideInfo(renderer)); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.h 63 PassOwnPtr<ImageBuffer> createTileImage(const PatternAttributes&, const FloatRect& tileBoundaries,
  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInput.h 56 static PassOwnPtr<SpeechInput> create(SpeechInputClient*);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
DummyPageHolder.cpp 41 PassOwnPtr<DummyPageHolder> DummyPageHolder::create(const IntSize& initialViewSize)
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.h 30 #include "wtf/PassOwnPtr.h"
39 static PassOwnPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.cpp 68 void DOMFileSystemSync::reportError(PassOwnPtr<ErrorCallback> errorCallback, PassRefPtr<FileError> fileError)
106 static PassOwnPtr<AsyncFileSystemCallbacks> create(PassRefPtr<CreateFileResult> result, const String& name, const KURL& url, FileSystemType type)
182 static PassOwnPtr<ReceiveFileWriterCallback> create()
199 static PassOwnPtr<LocalErrorCallback> create(FileError::ErrorCode& errorCode)
DOMFileSystemSync.h 56 virtual void reportError(PassOwnPtr<ErrorCallback>, PassRefPtr<FileError>) OVERRIDE;
WorkerGlobalScopeFileSystem.cpp 48 void WorkerGlobalScopeFileSystem::webkitRequestFileSystem(WorkerGlobalScope* worker, int type, long long size, PassOwnPtr<FileSystemCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
87 void WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemURL(WorkerGlobalScope* worker, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 48 static PassOwnPtr<GeolocationController> create(Page*, GeolocationClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.h 63 static void getSources(ExecutionContext*, PassOwnPtr<MediaStreamTrackSourcesCallback>, ExceptionState&);
UserMediaRequest.cpp 66 PassRefPtr<UserMediaRequest> UserMediaRequest::create(ExecutionContext* context, UserMediaController* controller, const Dictionary& options, PassOwnPtr<NavigatorUserMediaSuccessCallback> successCallback, PassOwnPtr<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& exceptionState)
82 UserMediaRequest::UserMediaRequest(ExecutionContext* context, UserMediaController* controller, PassRefPtr<MediaConstraintsImpl> audio, PassRefPtr<MediaConstraintsImpl> video, PassOwnPtr<NavigatorUserMediaSuccessCallback> successCallback, PassOwnPtr<NavigatorUserMediaErrorCallback> errorCallback)
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionController.h 31 #include "wtf/PassOwnPtr.h"
47 static PassOwnPtr<SpeechRecognitionController> create(SpeechRecognitionClient*);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadProcessor.h 56 virtual PassOwnPtr<AudioDSPKernel> createKernel();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp 43 PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassOwnPtr<DatabaseCallback> creationCallback, ExceptionState& exceptionState)

Completed in 464 milliseconds

<<11121314151617181920>>