HomeSort by relevance Sort by last modified time
    Searched refs:WeakPtr (Results 1 - 25 of 618) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.cc 16 base::WeakPtr<GeneratedCreditCardBubbleView>
18 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
20 return base::WeakPtr<GeneratedCreditCardBubbleView>();
autocheckout_bubble.cc 16 base::WeakPtr<AutocheckoutBubble> AutocheckoutBubble::Create(
19 return base::WeakPtr<AutocheckoutBubble>();
generated_credit_card_bubble_view.h 35 static base::WeakPtr<GeneratedCreditCardBubbleView> Create(
36 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
new_credit_card_bubble_view.cc 16 base::WeakPtr<NewCreditCardBubbleView> NewCreditCardBubbleView::Create(
19 return base::WeakPtr<NewCreditCardBubbleView>();
test_generated_credit_card_bubble_view.cc 12 base::WeakPtr<TestGeneratedCreditCardBubbleView>
14 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller) {
32 base::WeakPtr<TestGeneratedCreditCardBubbleView>
38 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller)
test_generated_credit_card_bubble_view.h 26 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_;
autocheckout_bubble.h 26 static base::WeakPtr<AutocheckoutBubble> Create(
new_credit_card_bubble_view.h 32 static base::WeakPtr<NewCreditCardBubbleView> Create(
autofill_dialog_controller.cc 13 base::WeakPtr<AutofillDialogController>
22 return base::WeakPtr<AutofillDialogController>();
  /external/chromium_org/sync/test/
null_transaction_observer.cc 13 return MakeWeakHandle(base::WeakPtr<TransactionObserver>());
  /external/chromium_org/remoting/protocol/
clipboard_thread_proxy.h 29 const base::WeakPtr<ClipboardStub>& clipboard_stub,
39 const base::WeakPtr<ClipboardStub>& clipboard_stub,
42 base::WeakPtr<ClipboardStub> clipboard_stub_;
  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.h 23 explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
32 base::WeakPtr<gles2::GLES2Decoder> decoder_;
  /external/chromium_org/jingle/notifier/base/
fake_base_task.h 26 base::WeakPtr<buzz::XmppTaskParentInterface> AsWeakPtr();
30 base::WeakPtr<buzz::XmppTaskParentInterface> base_task_;
  /external/chromium_org/remoting/host/
continue_window.h 21 const base::WeakPtr<ClientSessionControl>& client_session_control)
43 base::WeakPtr<ClientSessionControl> client_session_control_;
host_event_logger.h 26 base::WeakPtr<HostStatusMonitor> monitor,
  /external/chromium_org/base/memory/
weak_ptr.h 30 // 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<T> cannot access the private members of WeakPtr<U>, so thi
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.h 23 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host)>
31 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
35 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host) {
48 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);
58 base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host_;
  /external/chromium_org/net/spdy/
spdy_write_queue.h 42 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);
spdy_session_pool.h 52 const base::WeakPtr<HttpServerProperties>& http_server_properties,
92 base::WeakPtr<SpdySession>* available_session,
96 base::WeakPtr<SpdySession> FindAvailableSession(const SpdySessionKey& key,
103 const base::WeakPtr<SpdySession>& available_session);
108 const base::WeakPtr<SpdySession>& unavailable_session);
128 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<SpdySession>& session)
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_broker_service_win.h 27 bool LaunchLoader(base::WeakPtr<NaClProcessHost> client,
37 bool LaunchDebugExceptionHandler(base::WeakPtr<NaClProcessHost> client,
47 typedef std::map<std::string, base::WeakPtr<NaClProcessHost> >
49 typedef std::map<int, base::WeakPtr<NaClProcessHost> >
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_bubble_view_base.h 18 const base::WeakPtr<GlobalError>& error);
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.h 43 friend base::WeakPtr<GeneratedCreditCardBubbleView>
45 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
48 const base::WeakPtr<GeneratedCreditCardBubbleController>& controller);
51 base::WeakPtr<GeneratedCreditCardBubbleController> controller_;
  /external/chromium_org/content/renderer/gpu/
input_handler_manager.h 47 const base::WeakPtr<cc::InputHandler>& input_handler,
48 const base::WeakPtr<RenderViewImpl>& render_view_impl);
66 const base::WeakPtr<cc::InputHandler>& input_handler,
67 const base::WeakPtr<RenderViewImpl>& render_view_impl);
  /external/chromium_org/chrome/browser/policy/
external_data_fetcher.h 26 ExternalDataFetcher(base::WeakPtr<ExternalDataManager> manager,
46 base::WeakPtr<ExternalDataManager> manager_;
  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.h 28 const base::WeakPtr<HistoryService>& history_service,
46 const base::WeakPtr<HistoryService> history_service_;

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011>>