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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/
slide_animator_gtk.h 30 class Delegate {
36 virtual ~Delegate() {}
50 // |delegate| may be NULL.
56 Delegate* delegate);
112 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/toolbar/
bookmark_sub_menu_model.h 8 // For views and cocoa, we have complex delegate systems to handle
26 BookmarkSubMenuModel(ui::SimpleMenuModel::Delegate* delegate,
  /external/chromium_org/chrome/browser/
upload_list.h 33 class Delegate {
40 virtual ~Delegate() {}
43 // Creates a new upload list with the given callback delegate.
44 UploadList(Delegate* delegate, const base::FilePath& upload_log_path);
50 // Clears the delegate, so that any outstanding asynchronous load will not
51 // call the delegate on completion.
78 // Calls the delegate's callback method, if there is a delegate.
85 Delegate* delegate_
    [all...]
crash_upload_list.cc 18 CrashUploadList* CrashUploadList::Create(Delegate* delegate) {
24 return new CrashUploadListWin(delegate, upload_log_path);
26 return new CrashUploadList(delegate, upload_log_path);
30 CrashUploadList::CrashUploadList(Delegate* delegate,
32 : UploadList(delegate, upload_log_path) {}
  /external/chromium_org/chrome/test/base/
menu_model_test.cc 9 bool MenuModelTest::Delegate::IsCommandIdChecked(int command_id) const {
13 bool MenuModelTest::Delegate::IsCommandIdEnabled(int command_id) const {
18 bool MenuModelTest::Delegate::GetAcceleratorForCommandId(
24 void MenuModelTest::Delegate::ExecuteCommand(int command_id, int event_flags) {
30 // match the number of times the delegate is called to ensure every item works.
  /external/chromium_org/mojo/system/
raw_channel_win.cc 19 Delegate* delegate,
  /external/chromium_org/remoting/host/
pairing_registry_delegate.h 17 // Returns a platform-specific pairing registry delegate that will save to
19 scoped_ptr<protocol::PairingRegistry::Delegate>
22 // Convenience function which returns a new PairingRegistry, using the delegate
24 // to run the delegate's methods asynchronously.
  /external/chromium_org/remoting/host/setup/
service_client.h 21 // TODO(simonmorris): Consider using a Callback instead of a delegate.
22 class Delegate {
35 virtual ~Delegate() {}
47 Delegate* delegate);
51 Delegate* delegate);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 21 // policy is handled by a delegate passed at construction time.
28 class Delegate {
30 virtual ~Delegate() {}
configuration_policy_loader_win.h 19 public base::win::ObjectWatcher::Delegate {
22 AsynchronousPolicyProvider::Delegate* delegate,
38 // ObjectWatcher::Delegate overrides:
  /external/chromium_org/ash/system/locale/
locale_notification_controller.h 25 virtual void OnLocaleChanged(LocaleObserver::Delegate* delegate,
30 LocaleObserver::Delegate* delegate_;
  /external/chromium_org/base/message_loop/
message_pump_android.h 27 virtual void Run(Delegate* delegate) OVERRIDE;
32 virtual void Start(Delegate* delegate);
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.cc 19 WebRtcLogUploadList* WebRtcLogUploadList::Create(Delegate* delegate,
21 return new WebRtcLogUploadList(delegate, GetFilePathForProfile(profile));
30 WebRtcLogUploadList::WebRtcLogUploadList(Delegate* delegate,
32 : UploadList(delegate, upload_log_path) {}
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.h 43 class EvictedDomainCookieCounter : public net::CookieMonster::Delegate {
63 class Delegate {
65 virtual ~Delegate() {}
77 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate);
81 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate,
82 scoped_ptr<Delegate> cookie_counter_delegate,
89 // CookieMonster::Delegate implementation.
128 // Another delegate to forward events to.
129 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate_;
131 scoped_ptr<Delegate> cookie_counter_delegate_
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_autolaunch_screen_handler.h 26 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
48 Delegate* delegate_;
kiosk_enable_screen_handler.h 25 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
46 Delegate* delegate_;
reset_screen_handler.h 26 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
40 Delegate* delegate_;
wrong_hwid_screen_handler.h 30 virtual void SetDelegate(Delegate* delegate) OVERRIDE;
43 Delegate* delegate_;
  /external/chromium_org/content/public/test/
nested_message_pump_android.h 20 virtual void Run(Delegate* delegate) OVERRIDE;
25 virtual void Start(Delegate* delegate) OVERRIDE;
  /external/chromium/chrome/browser/chromeos/login/
login_display.h 20 // Delegate to be used while user removing.
34 class Delegate {
60 virtual ~Delegate();
64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
101 Delegate* delegate() { return delegate_; } function in class:chromeos::LoginDisplay
102 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
    [all...]
user_image_loader.h 24 public ImageDecoder::Delegate {
26 class Delegate {
36 virtual ~Delegate() {}
39 explicit UserImageLoader(Delegate* delegate);
47 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
71 // ImageDecoder::Delegate implementation.
76 // Notifies the delegate that image was loaded, on delegate's thread
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.h 33 class Delegate {
35 // Returns the browser that this delegate is associated with, if any.
43 // Asks the delegate for any relevant TabContents associated with this
50 virtual ~Delegate() {}
81 Delegate* delegate,
86 Delegate* delegate() { return delegate_; } function in class:ExtensionFunctionDispatcher
120 Delegate* delegate,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_performer.h 37 public OnlineAttemptHost::Delegate {
46 // Delegate class to get notifications from the LoginPerformer.
47 class Delegate : public LoginStatusConsumer {
49 virtual ~Delegate() {}
55 explicit LoginPerformer(Delegate* delegate);
110 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
115 // Implements OnlineAttemptHost::Delegate
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_base_api_flow.h 33 class Delegate {
35 virtual ~Delegate() {}
49 Delegate* delegate);
56 Delegate* delegate);
63 Delegate* delegate);
97 Delegate* delegate_;
privet_local_printer_lister.h 22 class PrivetLocalPrinterLister : PrivetDeviceLister::Delegate,
23 PrivetInfoOperation::Delegate {
25 class Delegate {
27 virtual ~Delegate() {}
38 Delegate* delegate);
48 // PrivetDeviceLister::Delegate implementation.
55 // PrivetInfoOperation::Delegate implementation.
70 Delegate* delegate_;

Completed in 302 milliseconds

1 2 3 4 56 7 8 91011>>