Searched refs:WeakPtr (Results 1 - 25 of 949) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_view.cc16 base::WeakPtr<GeneratedCreditCardBubbleView>
18 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
20 return base::WeakPtr<GeneratedCreditCardBubbleView>();
H A Dnew_credit_card_bubble_view.cc16 base::WeakPtr<NewCreditCardBubbleView> NewCreditCardBubbleView::Create(
19 return base::WeakPtr<NewCreditCardBubbleView>();
H A Dtest_generated_credit_card_bubble_view.cc12 base::WeakPtr<TestGeneratedCreditCardBubbleView>
14 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
32 base::WeakPtr<TestGeneratedCreditCardBubbleView>
38 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller)
H A Dtest_generated_credit_card_bubble_view.h26 static base::WeakPtr<TestGeneratedCreditCardBubbleView> Create(
27 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
36 base::WeakPtr<TestGeneratedCreditCardBubbleView> GetWeakPtr();
42 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
45 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
H A Dgenerated_credit_card_bubble_view.h35 static base::WeakPtr<GeneratedCreditCardBubbleView> Create(
36 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
H A Dautofill_dialog_controller.cc13 base::WeakPtr<AutofillDialogController>
20 return base::WeakPtr<AutofillDialogController>();
/external/chromium_org/sync/test/
H A Dnull_transaction_observer.cc13 return MakeWeakHandle(base::WeakPtr<TransactionObserver>());
/external/chromium_org/chrome/browser/ui/
H A Dprofile_reset_bubble_stub.cc17 const base::WeakPtr<ProfileResetGlobalError>& global_error,
H A Dprofile_reset_bubble.h20 const base::WeakPtr<ProfileResetGlobalError>& global_error,
/external/chromium_org/jingle/notifier/base/
H A Dfake_base_task.h26 base::WeakPtr<buzz::XmppTaskParentInterface> AsWeakPtr();
30 base::WeakPtr<buzz::XmppTaskParentInterface> base_task_;
/external/chromium_org/base/memory/
H A Dweak_ptr.h30 // static void StartNew(const WeakPtr<Controller>& controller) {
35 // Worker(const WeakPtr<Controller>& controller)
41 // WeakPtr<Controller> controller_;
54 // To ensure correct use, the first time a WeakPtr issued by a WeakPtrFactory
76 template <typename T> class WeakPtr;
79 // These classes are part of the WeakPtr implementation.
85 // via base::WeakPtr::~WeakPtr().
129 // This class simplifies the implementation of WeakPtr's type conversion
131 // WeakPtr<
192 class WeakPtr : public internal::WeakPtrBase { class in namespace:base
194 WeakPtr() : ptr_(NULL) { function in class:base::WeakPtr
200 WeakPtr(const WeakPtr<U>& other) : WeakPtrBase(other), ptr_(other.ptr_) { function in class:base::WeakPtr
243 WeakPtr(const internal::WeakReference& ref, T* ptr) function in class:base::WeakPtr
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dgenerated_credit_card_bubble_cocoa.h32 base::WeakPtr<GeneratedCreditCardBubbleController> controller() {
38 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
39 friend base::WeakPtr<GeneratedCreditCardBubbleView>
41 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
47 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
49 // Factory to vend WeakPtr's to |this|.
/external/chromium_org/net/spdy/
H A Dspdy_write_queue.h42 const base::WeakPtr<SpdyStream>& stream);
50 base::WeakPtr<SpdyStream>* stream);
54 void RemovePendingWritesForStream(const base::WeakPtr<SpdyStream>& stream);
70 base::WeakPtr<SpdyStream> stream;
77 const base::WeakPtr<SpdyStream>& stream);
H A Dspdy_stream_test_util.h25 explicit ClosingDelegate(const base::WeakPtr<SpdyStream>& stream);
40 base::WeakPtr<SpdyStream> stream_;
47 explicit StreamDelegateBase(const base::WeakPtr<SpdyStream>& stream);
76 const base::WeakPtr<SpdyStream>& stream() { return stream_; }
79 base::WeakPtr<SpdyStream> stream_;
91 StreamDelegateDoNothing(const base::WeakPtr<SpdyStream>& stream);
99 StreamDelegateSendImmediate(const base::WeakPtr<SpdyStream>& stream,
113 StreamDelegateWithBody(const base::WeakPtr<SpdyStream>& stream,
126 StreamDelegateCloseOnHeaders(const base::WeakPtr<SpdyStream>& stream);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DWeakPtr.h84 class WeakPtr { class in namespace:WTF
87 WeakPtr() { } function in class:WTF::WeakPtr
88 WeakPtr(std::nullptr_t) { } function in class:WTF::WeakPtr
89 WeakPtr(PassRefPtr<WeakReference<T> > ref) : m_ref(ref) { } function in class:WTF::WeakPtr
100 typedef RefPtr<WeakReference<T> > (WeakPtr::*UnspecifiedBoolType);
101 operator UnspecifiedBoolType() const { return get() ? &WeakPtr::m_ref : 0; }
107 template<typename T, typename U> inline bool operator==(const WeakPtr<T>& a, const WeakPtr<U>& b)
112 template<typename T, typename U> inline bool operator!=(const WeakPtr<T>& a, const WeakPtr<
[all...]
/external/chromium_org/remoting/protocol/
H A Dclipboard_thread_proxy.h29 const base::WeakPtr<ClipboardStub>& clipboard_stub,
39 const base::WeakPtr<ClipboardStub>& clipboard_stub,
42 base::WeakPtr<ClipboardStub> clipboard_stub_;
/external/chromium_org/ash/wm/
H A Dimmersive_revealed_lock.cc10 const base::WeakPtr<Delegate>& delegate,
H A Dimmersive_revealed_lock.h35 ImmersiveRevealedLock(const base::WeakPtr<Delegate>& delegate,
40 base::WeakPtr<Delegate> delegate_;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dgenerated_credit_card_bubble_views.h43 friend base::WeakPtr<GeneratedCreditCardBubbleView>
45 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
48 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
51 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
/external/chromium_org/components/nacl/browser/
H A Dnacl_broker_service_win.h29 bool LaunchLoader(base::WeakPtr<NaClProcessHost> client,
39 bool LaunchDebugExceptionHandler(base::WeakPtr<NaClProcessHost> client,
49 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
51 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_request_handler.h79 base::WeakPtr<ServiceWorkerContextCore> context,
80 base::WeakPtr<ServiceWorkerProviderHost> provider_host,
81 base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
84 base::WeakPtr<ServiceWorkerContextCore> context_;
85 base::WeakPtr<ServiceWorkerProviderHost> provider_host_;
86 base::WeakPtr<storage::BlobStorageContext> blob_storage_context_;
H A Dservice_worker_context_request_handler.h20 base::WeakPtr<ServiceWorkerContextCore> context,
21 base::WeakPtr<ServiceWorkerProviderHost> provider_host,
22 base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.h23 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host)>
31 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
35 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) {
47 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
57 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host_;
/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy_impl.h30 const base::WeakPtr<SyncContext>& sync_context);
44 const base::WeakPtr<ModelTypeSyncProxyImpl>& sync_proxy_impl) OVERRIDE;
56 base::WeakPtr<SyncContext> sync_context_;
/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.hpp62 typename ReferenceCount<threadSafe>::Type weakRefCount; //!< WeakPtr references + StrongPtr references.
76 class WeakPtr;
111 explicit SharedPtr (const WeakPtr<Y, DeleterY, threadSafe>& other);
120 SharedPtr& operator= (const WeakPtr<Y, DeleterY, threadSafe>& other);
137 void acquireFromWeak (const WeakPtr<T, Deleter, threadSafe>& other);
143 friend class WeakPtr<T, Deleter, threadSafe>;
152 * WeakPtr manages weak references to objects owned by SharedPtr. Shared
157 * WeakPtr can be converted back to SharedPtr but that operation can fail
164 class WeakPtr class in namespace:de
167 WeakPtr (voi
264 SharedPtr(const WeakPtr<Y, DeleterY, threadSafe>& other) argument
347 operator =(const WeakPtr<Y, DeleterY, threadSafe>& other) argument
427 acquireFromWeak(const WeakPtr<T, Deleter, threadSafe>& weakRef) argument
528 inline WeakPtr<T, Deleter, threadSafe>::WeakPtr (void) function in class:de::WeakPtr
539 WeakPtr(const WeakPtr<T, Deleter, threadSafe>& other) argument
551 inline WeakPtr<T, Deleter, threadSafe>::WeakPtr (const SharedPtr<T, Deleter, threadSafe>& other) function in class:de::WeakPtr
573 operator =(const WeakPtr<T, Deleter, threadSafe>& other) argument
[all...]

Completed in 7340 milliseconds

1234567891011>>