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

1 2 3 4 5 6 7 891011>>

  /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_BASE_EXPORT Delegate {
38 virtual ~Delegate() {}
41 ButtonMenuItemModel(int string_id, ButtonMenuItemModel::Delegate* delegate);
106 Delegate* delegate_;
  /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 69 class Delegate {
76 explicit XboxController(Delegate* delegate_);
128 Delegate* delegate_;
137 class XboxDataFetcher : public XboxController::Delegate {
139 class Delegate {
147 explicit XboxDataFetcher(Delegate* delegate);
170 Delegate* delegate_;
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.cc 18 void VideoCaptureMessageFilter::AddDelegate(Delegate* delegate) {
25 delegates_[last_device_id_] = delegate;
26 delegate->OnDelegateAdded(last_device_id_);
28 pending_delegates_[last_device_id_] = delegate;
32 void VideoCaptureMessageFilter::RemoveDelegate(Delegate* delegate) {
35 if (it->second == delegate) {
42 if (it->second == delegate) {
98 VideoCaptureMessageFilter::Delegate* VideoCaptureMessageFilter::find_delegate
109 Delegate* delegate = find_delegate(device_id); local
130 Delegate* delegate = find_delegate(device_id); local
151 Delegate* delegate = find_delegate(device_id); local
171 Delegate* delegate = find_delegate(device_id); local
184 Delegate* delegate = find_delegate(device_id); local
196 Delegate* delegate = find_delegate(device_id); local
207 Delegate* delegate = find_delegate(device_id); local
    [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_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 40 * We use a delegate so that we can share code for this job in slightly
43 class Delegate {
73 virtual ~Delegate() {}
79 scoped_ptr<Delegate> delegate);
110 scoped_ptr<Delegate> delegate,
117 scoped_ptr<Delegate> delegate_;
  /external/chromium_org/base/threading/
platform_thread.h 129 class BASE_EXPORT Delegate {
134 virtual ~Delegate() {}
164 // and |delegate|'s ThreadMain method will be executed on the newly created
168 // the Delegate object outlives the thread.
169 static bool Create(size_t stack_size, Delegate* delegate,
177 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
184 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_ui_controller.cc 25 // constructed without specifying an explicit Delegate.
29 : public DownloadUIController::Delegate {
35 // DownloadUIController::Delegate
55 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {
63 // DownloadUIController::Delegate
90 DownloadUIController::Delegate::~Delegate() {
94 scoped_ptr<Delegate> delegate)
96 delegate_(delegate.Pass())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
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_error_controller_unittest.cc 28 explicit MockExtensionErrorUI(ExtensionErrorUI::Delegate* delegate);
36 ExtensionErrorUI::Delegate* delegate() { return delegate_; } function in class:extensions::__anon8485::MockExtensionErrorUI
44 // Keep a copy of the delegate around for ourselves.
45 ExtensionErrorUI::Delegate* delegate_;
55 ExtensionErrorUI::Delegate* delegate)
56 : ExtensionErrorUI(delegate),
57 delegate_(delegate) {
162 ExtensionErrorUI::Delegate* delegate = g_error_ui->delegate(); local
    [all...]
app_icon_loader_impl.h 25 AppIconLoader::Delegate* delegate);
45 // The delegate object which receives the icon images. No ownership.
46 AppIconLoader::Delegate* delegate_;
  /external/chromium_org/extensions/browser/
extension_function_dispatcher.h 43 // This class should also implement ExtensionFunctionDispatcher::Delegate.
53 class Delegate {
55 // Returns the WindowController associated with this delegate, or NULL if no
56 // window is associated with the delegate.
59 // Asks the delegate for any relevant WebContents associated with this
71 virtual ~Delegate() {}
93 // - |delegate| outlives this object.
97 Delegate* delegate);
101 Delegate* delegate() { return delegate_; function in class:extensions::ExtensionFunctionDispatcher
    [all...]
  /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);
95 HttpServer::Delegate* delegate_;
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 45 class WEBKIT_STORAGE_BROWSER_EXPORT Delegate {
83 virtual ~Delegate() {}
90 // stored in the system. Upon completion the delegate will be called
92 virtual void GetAllInfo(Delegate* delegate) = 0;
95 // the delegate will be called back. If the cache already resides in
96 // memory, the delegate will be called back immediately without returning
97 // to the message loop. If the load fails, the delegate will be called
99 virtual void LoadCache(int64 id, Delegate* delegate) = 0
222 Delegate* delegate; member in struct:appcache::AppCacheStorage::DelegateReference
    [all...]
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.cc 44 class URLRequestPrepackagedInterceptor::Delegate
47 Delegate(const std::string& scheme, const std::string& hostname)
49 virtual ~Delegate() {}
133 DISALLOW_COPY_AND_ASSIGN(Delegate);
142 delegate_(new Delegate(scheme, hostname)) {
144 base::Bind(&Delegate::Register,
150 base::Bind(&Delegate::Unregister,
161 base::Bind(&Delegate::SetResponse,
172 base::Bind(&Delegate::SetResponse,
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 38 class Delegate {
40 virtual ~Delegate() {}
51 Delegate* delegate);
54 // These two methods are akin to those of PrivetDeviceLister::Delegate. The
84 Delegate* delegate_;
93 public PrivetDeviceLister::Delegate,
94 public PrivetNotificationsListener::Delegate,
100 // PrivetDeviceLister::Delegate implementation:
105 // PrivetNotificationListener::Delegate implementation
    [all...]
privet_device_lister_impl.cc 18 PrivetDeviceLister::Delegate* delegate)
19 : delegate_(delegate),
25 PrivetDeviceLister::Delegate* delegate,
27 : 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 155 class TestRequestInterceptor::Delegate : public net::URLRequestInterceptor {
157 Delegate(const std::string& hostname,
159 virtual ~Delegate();
179 TestRequestInterceptor::Delegate::Delegate(
184 TestRequestInterceptor::Delegate::~Delegate() {}
186 net::URLRequestJob* TestRequestInterceptor::Delegate::MaybeInterceptRequest(
207 void TestRequestInterceptor::Delegate::GetPendingSize(
213 void TestRequestInterceptor::Delegate::PushJobCallback
    [all...]
test_request_interceptor.h 71 class Delegate;
82 Delegate* delegate_;
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 29 class Delegate {
71 content::WebContents* web_contents, Delegate* delegate);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.h 31 class Delegate;
49 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
eula_screen_handler.h 37 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
56 EulaScreenActor::Delegate* delegate_;

Completed in 752 milliseconds

1 2 3 4 5 6 7 891011>>