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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/
WorkerGlobalScopeProxyProviderImpl.h 36 #include "wtf/PassOwnPtr.h"
48 static PassOwnPtr<WorkerGlobalScopeProxyProviderImpl> create()
  /external/chromium_org/third_party/WebKit/Source/wtf/
MessageQueue.h 37 #include "wtf/PassOwnPtr.h"
59 bool append(PassOwnPtr<DataType>);
60 void appendAndKill(PassOwnPtr<DataType>);
61 bool appendAndCheckEmpty(PassOwnPtr<DataType>);
62 void prepend(PassOwnPtr<DataType>);
64 PassOwnPtr<DataType> waitForMessage();
65 PassOwnPtr<DataType> tryGetMessage();
66 PassOwnPtr<DataType> tryGetMessageIgnoringKilled();
68 PassOwnPtr<DataType> waitForMessageFilteredWithTimeout(MessageQueueWaitResult&, Predicate&, double absoluteTime);
97 inline bool MessageQueue<DataType>::append(PassOwnPtr<DataType> message
    [all...]
OwnPtr.h 32 template<typename T> class PassOwnPtr;
48 // See comment in PassOwnPtr.h for why this takes a const reference.
49 OwnPtr(const PassOwnPtr<T>&);
50 template<typename U> OwnPtr(const PassOwnPtr<U>&, EnsurePtrConvertibleArgDecl(U, T));
54 // transients for assigning a PassOwnPtr<T> object to a stack-allocated
69 PassOwnPtr<T> release();
83 OwnPtr& operator=(const PassOwnPtr<T>&);
85 template<typename U> OwnPtr& operator=(const PassOwnPtr<U>&);
107 template<typename U> bool operator==(const PassOwnPtr<U>&) const { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; }
108 template<typename U> bool operator!=(const PassOwnPtr<U>&) const { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false;
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebPrivateOwnPtr.h 34 #include "wtf/PassOwnPtr.h"
59 template<typename U> WebPrivateOwnPtr(const PassOwnPtr<U>&, EnsurePtrConvertibleArgDecl(U, T));
67 void reset(const PassOwnPtr<T>& o)
72 PassOwnPtr<T> release()
91 template<typename T> template<typename U> inline WebPrivateOwnPtr<T>::WebPrivateOwnPtr(const PassOwnPtr<U>& o, EnsurePtrConvertibleArgDefn(U, T))
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 52 #include "wtf/PassOwnPtr.h"
84 static PassOwnPtr<DerefContextTask> create(PassRefPtr<ExecutionContext> context)
143 void Database::changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback)
149 void Database::transaction(PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback)
154 void Database::readTransaction(PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedType.cpp 94 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createAngleAndEnumeration(std::pair<SVGAngle, unsigned>* angleAndEnumeration)
102 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createBoolean(bool* boolean)
110 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createColor(Color* color)
118 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createEnumeration(unsigned* enumeration)
126 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createInteger(int* integer)
134 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createIntegerOptionalInteger(pair<int, int>* integerOptionalInteger)
142 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createLength(SVGLength* length)
150 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createLengthList(SVGLengthList* lengthList)
158 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createNumber(float* number)
166 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createNumberList(SVGNumberList* numberList
    [all...]
SVGAnimatedAngle.h 46 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
47 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedBoolean.h 44 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
45 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedEnumeration.h 43 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
44 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedLength.h 45 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
46 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedLengthList.h 45 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
46 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedNumber.h 48 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
49 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedNumberList.h 45 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
46 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedPreserveAspectRatio.h 45 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
46 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedRect.h 46 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
47 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedString.h 45 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
46 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGAnimatedTransformList.h 44 virtual PassOwnPtr<SVGAnimatedType> constructFromString(const String&);
45 virtual PassOwnPtr<SVGAnimatedType> startAnimValAnimation(const SVGElementAnimatedPropertyList&);
SVGPathByteStream.h 24 #include "wtf/PassOwnPtr.h"
48 static PassOwnPtr<SVGPathByteStream> create()
53 PassOwnPtr<SVGPathByteStream> copy()
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycleNotifier.h 30 #include "wtf/PassOwnPtr.h"
39 static PassOwnPtr<DocumentLifecycleNotifier> create(Document*);
54 inline PassOwnPtr<DocumentLifecycleNotifier> DocumentLifecycleNotifier::create(Document* document)
MutationObserver.h 73 static PassRefPtr<MutationObserver> create(PassOwnPtr<MutationCallback>);
92 explicit MutationObserver(PassOwnPtr<MutationCallback>);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptManager.h 48 static PassOwnPtr<InjectedScriptManager> createForPage();
49 static PassOwnPtr<InjectedScriptManager> createForWorker();
PageDebuggerAgent.h 53 static PassOwnPtr<PageDebuggerAgent> create(InstrumentingAgents*, InspectorCompositeState*, PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*);
58 PassOwnPtr<ScriptSourceCode> preprocess(Frame*, const ScriptSourceCode&);
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContextMenuController.h 50 static PassOwnPtr<ContextMenuController> create(Page*, ContextMenuClient*);
67 PassOwnPtr<ContextMenu> createContextMenu(Event*);
PageLifecycleNotifier.h 31 #include "wtf/PassOwnPtr.h"
41 static PassOwnPtr<PageLifecycleNotifier> create(Page*);
56 inline PassOwnPtr<PageLifecycleNotifier> PageLifecycleNotifier::create(Page* context)
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerObjectProxy.h 36 #include "wtf/PassOwnPtr.h"
52 static PassOwnPtr<WorkerObjectProxy> create(ExecutionContext*, WorkerMessagingProxy*);
55 void postMessageToWorkerObject(PassRefPtr<SerializedScriptValue>, PassOwnPtr<MessagePortChannelArray>);

Completed in 544 milliseconds

1 2 3 4 5 67 8 91011>>