HomeSort by relevance Sort by last modified time
    Searched refs:Delegate (Results 201 - 225 of 1616) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/common/net/
url_fetcher.h 46 // The object you supply as a delegate must inherit from URLFetcher::Delegate;
70 class Delegate {
84 virtual ~Delegate() {}
94 Delegate* d) = 0;
103 URLFetcher(const GURL& url, RequestType request_type, Delegate* d);
126 Delegate* d);
224 // Returns the delegate.
225 Delegate* delegate() const
    [all...]
  /external/chromium/net/base/
network_config_watcher_mac.cc 24 NetworkConfigWatcherMac::Delegate* net_config_delegate =
25 static_cast<NetworkConfigWatcherMac::Delegate*>(config_delegate);
31 NetworkConfigWatcherMacThread(NetworkConfigWatcherMac::Delegate* delegate);
45 NetworkConfigWatcherMac::Delegate* const delegate_;
52 NetworkConfigWatcherMac::Delegate* delegate)
54 delegate_(delegate),
111 NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_display.h 34 class Delegate {
72 // Notify the delegate when the sign-in UI is finished loading.
109 virtual ~Delegate();
113 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
181 Delegate* delegate() { return delegate_; } function in class:chromeos::LoginDisplay
182 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
    [all...]
test_login_utils.cc 25 Delegate* delegate) {
29 delegate->OnProfilePrepared(NULL);
32 void TestLoginUtils::DelegateDeleted(Delegate* delegate) {
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 41 class Delegate {
54 virtual ~Delegate() {
67 Delegate* delegate,
75 Delegate* delegate,
81 Delegate*,
112 // |Delegate::InfoBubbleFocusChanged| as well.
200 // Visual Studio where it gets confused between multiple Delegate
203 typedef SpeechRecognitionBubble::Delegate SpeechRecognitionBubbleDelegate
    [all...]
  /external/chromium_org/net/base/
network_config_watcher_mac.cc 25 NetworkConfigWatcherMac::Delegate* net_config_delegate =
26 static_cast<NetworkConfigWatcherMac::Delegate*>(config_delegate);
33 NetworkConfigWatcherMacThread(NetworkConfigWatcherMac::Delegate* delegate);
47 NetworkConfigWatcherMac::Delegate* const delegate_;
54 NetworkConfigWatcherMac::Delegate* delegate)
56 delegate_(delegate),
121 NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate)
    [all...]
  /external/chromium_org/net/socket/
unix_domain_socket_posix.h 44 StreamListenSocket::Delegate* del,
54 StreamListenSocket::Delegate* del,
60 StreamListenSocket::Delegate* del,
66 StreamListenSocket::Delegate* del,
84 // Note that this class does not take ownership of the provided delegate.
91 StreamListenSocket::Delegate* delegate) const OVERRIDE;
115 StreamListenSocket::Delegate* delegate) const OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
mock_ownership_service.h 25 OwnerManager::Delegate*));
28 OwnerManager::Delegate*));
user_image_screen.h 19 public CameraController::Delegate,
20 public UserImageView::Delegate,
23 explicit UserImageScreen(WizardScreenDelegate* delegate);
31 // CameraController::Delegate implementation:
35 // UserImageView::Delegate implementation:
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.h 26 public TakePhotoView::Delegate,
27 public CameraController::Delegate,
45 // TakePhotoView::Delegate overrides.
49 // CameraController::Delegate implementation:
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 61 class Delegate {
75 // delegate if it needs to do extra initialization before the list store is
80 virtual ~Delegate() {}
84 TableAdapter(Delegate* delegate,
91 // only be called during the Delegate's OnModelChanged call, or if the adapter
130 Delegate* delegate_;
149 class Delegate {
159 virtual ~Delegate() {}
162 TreeAdapter(Delegate* delegate, ui::TreeModel* tree_model)
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_glib.h 41 virtual void RunWithDispatcher(Delegate* delegate,
55 virtual void Run(Delegate* delegate) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 40 class BundleInstaller : public WebstoreInstallHelper::Delegate,
41 public ExtensionInstallPrompt::Delegate,
42 public WebstoreInstaller::Delegate,
49 class Delegate {
56 virtual ~Delegate() {}
92 // will be called when complete if |delegate| is not NULL.
93 // Note: the |delegate| must stay alive until receiving the callback.
94 void PromptForApproval(Delegate* delegate);
98 // complete and |delegate| is not NULL. The download process uses th
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.h 62 class Delegate {
76 // delegate if it needs to do extra initialization before the list store is
81 virtual ~Delegate() {}
85 TableAdapter(Delegate* delegate,
92 // only be called during the Delegate's OnModelChanged call, or if the adapter
131 Delegate* delegate_;
150 class Delegate {
160 virtual ~Delegate() {}
163 TreeAdapter(Delegate* delegate, ui::TreeModel* tree_model)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
script_bubble_icon_view.h 17 LocationBarView::Delegate* location_bar_delegate);
41 LocationBarView::Delegate* location_bar_delegate_;
zoom_view.h 21 // LocationBarView::Delegate is passed here so that it can be queried for the
23 explicit ZoomView(LocationBarView::Delegate* location_bar_delegate);
46 // The delegate used to get the currently visible WebContents.
47 LocationBarView::Delegate* location_bar_delegate_;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_icon_view.h 20 // constructor. Instead, a LocationBarView::Delegate is passed here so that it
23 LocationBarView::Delegate* location_bar_delegate);
45 // The delegate used to get the currently visible WebContents.
46 LocationBarView::Delegate* location_bar_delegate_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
terms_of_service_screen_handler.h 31 virtual void SetDelegate(Delegate* screen) OVERRIDE;
58 TermsOfServiceScreenHandler::Delegate* screen_;
  /external/chromium_org/content/browser/renderer_host/
socket_stream_host.h 31 SocketStreamHost(net::SocketStream::Delegate* delegate,
56 // will be called by net::SocketStream::Delegate in OnSSLCertificateError.
68 net::SocketStream::Delegate* delegate_;
  /external/chromium_org/content/public/browser/
cookie_store_factory.h 28 net::CookieMonster::Delegate* cookie_monster_delegate,
38 net::CookieMonster::Delegate* cookie_monster_delegate,
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.h 44 class Delegate;
51 Delegate* delegate_;
  /external/chromium_org/ui/base/ime/win/
tsf_event_router.h 70 class Delegate;
72 CComPtr<Delegate> delegate_;
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 15 // border rendering. This also has its own delegate for handling mouse events
54 class VIEWS_EXPORT Delegate {
59 Delegate() {}
60 virtual ~Delegate() {}
77 // delegate.
87 DISALLOW_COPY_AND_ASSIGN(Delegate);
116 Delegate* delegate,
140 // Called when the delegate is destroyed.
143 Delegate* delegate() { return delegate_; function in class:views::TrayBubbleView
    [all...]
  /external/chromium_org/net/websockets/
websocket_stream.cc 25 class Delegate : public URLRequest::Delegate {
27 explicit Delegate(StreamRequestImpl* owner) : owner_(owner) {}
28 virtual ~Delegate() {}
30 // Implementation of URLRequest::Delegate methods.
57 : delegate_(new Delegate(this)),
79 scoped_ptr<Delegate> delegate_;
91 void Delegate::OnResponseStarted(URLRequest* request) {
106 void Delegate::OnAuthRequired(URLRequest* request,
111 void Delegate::OnCertificateRequested(URLRequest* request
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader_unittest.cc 22 class Delegate {
24 Delegate() : state_(TwoPhaseUploader::STATE_NONE) {
77 Delegate delegate; local
84 base::Bind(&Delegate::ProgressCallback, base::Unretained(&delegate)),
86 &Delegate::FinishCallback, base::Unretained(&delegate), runner)));
89 EXPECT_EQ(TwoPhaseUploader::STATE_SUCCESS, delegate.state_);
90 EXPECT_EQ(net::OK, delegate.net_error_)
103 Delegate delegate; local
125 Delegate delegate; local
151 Delegate delegate; local
173 Delegate delegate; local
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 891011>>