Searched refs:WeakPtr (Results 1 - 25 of 882) 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/ui/ozone/platform/dri/
H A Ddri_vsync_provider.h17 DriVSyncProvider(const base::WeakPtr<HardwareDisplayController>& controller);
23 base::WeakPtr<HardwareDisplayController> controller_;
/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_session_pool.h52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
85 base::WeakPtr<SpdySession> CreateAvailableSessionFromSocket(
93 base::WeakPtr<SpdySession> FindAvailableSession(const SpdySessionKey& key,
100 const base::WeakPtr<SpdySession>& available_session);
105 const base::WeakPtr<SpdySession>& unavailable_session);
125 base::WeakPtr<HttpServerProperties> http_server_properties() {
152 typedef std::vector<base::WeakPtr<SpdySession> > WeakSessionList;
153 typedef std::map<SpdySessionKey, base::WeakPtr<SpdySession> >
158 bool IsSessionAvailable(const base::WeakPtr<SpdySession>& session) const;
167 const base::WeakPtr<SpdySessio
[all...]
/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/content/browser/service_worker/
H A Dservice_worker_context_request_handler.h20 base::WeakPtr<ServiceWorkerContextCore> context,
21 base::WeakPtr<ServiceWorkerProviderHost> provider_host,
22 base::WeakPtr<webkit_blob::BlobStorageContext> blob_storage_context,
H A Dservice_worker_request_handler.h68 base::WeakPtr<ServiceWorkerContextCore> context,
69 base::WeakPtr<ServiceWorkerProviderHost> provider_host,
70 base::WeakPtr<webkit_blob::BlobStorageContext> blob_storage_context,
73 base::WeakPtr<ServiceWorkerContextCore> context_;
74 base::WeakPtr<ServiceWorkerProviderHost> provider_host_;
75 base::WeakPtr<webkit_blob::BlobStorageContext> blob_storage_context_;
/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/components/sync_driver/
H A Dgeneric_change_processor_factory.cc20 const base::WeakPtr<syncer::SyncableService>& local_service,
21 const base::WeakPtr<syncer::SyncMergeResult>& merge_result,
/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_;

Completed in 2587 milliseconds

1234567891011>>