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

<<11121314151617181920>>

  /external/chromium_org/remoting/host/
pairing_registry_delegate.cc 16 scoped_ptr<PairingRegistry::Delegate> delegate(
18 if (delegate) {
19 pairing_registry = new PairingRegistry(task_runner, delegate.Pass());
  /external/chromium_org/ui/base/models/
button_menu_item_model.h 26 class UI_EXPORT Delegate {
38 virtual ~Delegate() {}
41 ButtonMenuItemModel(int string_id, ButtonMenuItemModel::Delegate* delegate);
106 Delegate* delegate_;
  /external/chromium/chrome/browser/chromeos/login/
user_controller.h 35 public NewUserView::Delegate,
36 public UserView::Delegate {
38 class Delegate {
56 virtual ~Delegate() {}
60 UserController(Delegate* delegate, bool is_guest);
63 UserController(Delegate* delegate, const UserManager::User& user);
118 // NewUserView::Delegate implementation:
127 // UserView::Delegate implementation
    [all...]
login_performer.h 59 // Delegate class to get notifications from the LoginPerformer.
60 class Delegate : public LoginStatusConsumer {
62 virtual ~Delegate() {}
66 explicit LoginPerformer(Delegate* delegate);
119 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
173 Delegate* delegate_;
ownership_service.h 77 OwnerManager::Delegate* d);
87 OwnerManager::Delegate* d);
128 OwnerManager::Delegate* d);
133 OwnerManager::Delegate* d);
134 static void FailAttempt(OwnerManager::Delegate* d);
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 33 class PrivetNotificationsListener : public PrivetInfoOperation::Delegate {
35 class Delegate {
37 virtual ~Delegate() {}
48 Delegate* delegate);
51 // These two methods are akin to those of PrivetDeviceLister::Delegate. The
60 // PrivetInfoOperation::Delegate implementation.
84 Delegate* delegate_;
93 public PrivetDeviceLister::Delegate,
94 public PrivetNotificationsListener::Delegate,
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.h 65 class Delegate {
68 // error checking is done before this method is called. If the delegate
81 // response code is 200. The delegate implementation returns
115 virtual ~Delegate() {}
125 Delegate* delegate,
130 Delegate* delegate,
151 Delegate* delegate,
    [all...]
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.h 63 class Delegate {
70 explicit XboxController(Delegate* delegate_);
118 Delegate* delegate_;
123 class XboxDataFetcher : public XboxController::Delegate {
125 class Delegate {
133 explicit XboxDataFetcher(Delegate* delegate);
151 Delegate* delegate_;
  /external/chromium_org/ui/views/controls/menu/
menu.h 30 // Delegate Interface
36 class VIEWS_EXPORT Delegate {
38 virtual ~Delegate() {}
50 // The delegate needs to implement this function if it wants to display
122 // delegate A Menu::Delegate implementation that provides more
128 Menu(Delegate* delegate, AnchorPoint anchor);
132 static Menu* Create(Delegate* delegate,
141 Delegate* delegate() const { return delegate_; } function in class:views::Menu
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.h 34 // Forward declaration of Delegate.
35 class Delegate;
62 virtual bool SetUpNotifications(Delegate* delegate) = 0;
154 // Delegate::SetNewProxyConfig(). We then notify observers on the IO
160 // wrapped in the Delegate ref counted class. On deleting the
161 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to either
163 // notifications will be safely stopped before releasing Delegate.
165 class Delegate : public base::RefCountedThreadSafe<Delegate> {
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 47 class Delegate {
49 virtual ~Delegate() {}
60 const base::WeakPtr<Delegate>& delegate,
91 const base::WeakPtr<Delegate>& delegate, bool setup_done);
119 // when attached. We do not own the pointer, instead WebUI owns it's delegate
140 base::WeakPtr<Delegate> delegate_;
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 45 // The Delegate services events that occur during the session requiring an
48 class Delegate {
55 // delegate is the only thing that can give an authoritative answer for
57 // as the delegate ensures no session is started if syncing is silenced.
80 virtual ~Delegate() {}
84 Delegate* delegate,
109 Delegate* delegate() const { return delegate_; } function in class:browser_sync::sessions::SyncSession
147 // The delegate for this session, must never be NULL
    [all...]
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 39 * We use a delegate so that we can share code for this job in slightly
42 class Delegate {
69 virtual ~Delegate() {}
75 scoped_ptr<Delegate> delegate);
106 scoped_ptr<Delegate> delegate,
113 scoped_ptr<Delegate> delegate_;
  /external/chromium_org/chrome/browser/download/
download_ui_controller.cc 24 // constructed without specifying an explicit Delegate.
28 : public DownloadUIController::Delegate {
34 // DownloadUIController::Delegate
48 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {
56 // DownloadUIController::Delegate
83 DownloadUIController::Delegate::~Delegate() {
87 scoped_ptr<Delegate> delegate)
89 delegate_(delegate.Pass())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_function_dispatcher.h 43 // This class should also implement ExtensionFunctionDispatcher::Delegate.
53 class Delegate {
55 // Returns the extensions::WindowController associated with this delegate,
56 // or NULL if no window is associated with the delegate.
59 // Asks the delegate for any relevant WebContents associated with this
71 virtual ~Delegate() {}
96 // - |delegate| outlives this object.
100 Delegate* delegate);
104 Delegate* delegate() { return delegate_; function in class:ExtensionFunctionDispatcher
    [all...]
webstore_install_helper.h 38 // WebstoreInstallHelper::Delegate interface to receive the parsed data.
42 class Delegate {
65 virtual ~Delegate() {}
70 WebstoreInstallHelper(Delegate* delegate,
99 Delegate* delegate_;
134 Delegate::InstallHelperResultCode parse_error_;
extension_install_prompt.h 50 : public OAuth2MintTokenFlow::Delegate,
199 class Delegate {
209 virtual ~Delegate() {}
229 ExtensionInstallPrompt::Delegate*,
268 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
276 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
277 virtual void ConfirmStandaloneInstall(Delegate* delegate,
286 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
288 Delegate* delegate
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_page.h 40 // InstantPage calls its delegate in response to messages received from the
43 class Delegate {
59 virtual ~Delegate();
85 InstantPage(Delegate* delegate, const std::string& instant_url,
92 Delegate* delegate() const { return delegate_; } function in class:InstantPage
147 Delegate* const delegate_;
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 47 GaiaOAuthClient::Delegate* delegate);
52 GaiaOAuthClient::Delegate* delegate);
55 Delegate* delegate);
58 Delegate* delegate);
61 Delegate* delegate);
    [all...]
  /external/chromium_org/net/server/
http_server.h 24 class HttpServer : public StreamListenSocket::Delegate,
27 class Delegate {
41 virtual ~Delegate() {}
45 HttpServer::Delegate* delegate);
91 HttpServer::Delegate* delegate_;
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 37 class WEBKIT_STORAGE_BROWSER_EXPORT Delegate {
73 virtual ~Delegate() {}
80 // stored in the system. Upon completion the delegate will be called
82 virtual void GetAllInfo(Delegate* delegate) = 0;
85 // the delegate will be called back. If the cache already resides in
86 // memory, the delegate will be called back immediately without returning
87 // to the message loop. If the load fails, the delegate will be called
89 virtual void LoadCache(int64 id, Delegate* delegate) = 0
213 Delegate* delegate; member in struct:appcache::AppCacheStorage::DelegateReference
    [all...]
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.cc 43 class URLRequestPrepackagedInterceptor::Delegate
46 Delegate(const std::string& scheme, const std::string& hostname)
48 virtual ~Delegate() {}
132 DISALLOW_COPY_AND_ASSIGN(Delegate);
141 delegate_(new Delegate(scheme, hostname)) {
143 base::Bind(&Delegate::Register,
149 base::Bind(&Delegate::Unregister,
160 base::Bind(&Delegate::SetResponse,
171 base::Bind(&Delegate::SetResponse,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.h 45 class Delegate : public views::DragController,
64 virtual ~Delegate() {}
69 Delegate* delegate);
91 Delegate* delegate_;
116 BrowserActionView::Delegate* delegate);
214 // Delegate that usually represents a container for BrowserActionView.
215 BrowserActionView::Delegate* delegate_;
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 15 Delegate* delegate)
17 delegate_(delegate) {
42 const Delegate::PinCodeCallback& callback) {
58 const Delegate::PasskeyCallback& callback) {
75 const Delegate::ConfirmationCallback& callback) {
83 const Delegate::ConfirmationCallback& callback) {
92 const Delegate::ConfirmationCallback& callback) {
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.cc 148 class TestRequestInterceptor::Delegate
151 Delegate(const std::string& hostname,
153 virtual ~Delegate();
173 TestRequestInterceptor::Delegate::Delegate(
178 TestRequestInterceptor::Delegate::~Delegate() {}
180 net::URLRequestJob* TestRequestInterceptor::Delegate::MaybeCreateJob(
201 void TestRequestInterceptor::Delegate::GetPendingSize(
207 void TestRequestInterceptor::Delegate::PushJobCallback
    [all...]

Completed in 548 milliseconds

<<11121314151617181920>>