HomeSort by relevance Sort by last modified time
    Searched refs:Delegate (Results 101 - 125 of 1494) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 23 public ExtensionInstallPrompt::Delegate,
28 ExtensionInstallPrompt::Delegate* delegate,
32 // ExtensionInstallPrompt::Delegate implementation.
48 ExtensionInstallPrompt::Delegate* delegate_;
  /external/chromium_org/chrome/service/cloud_print/
print_system.h 75 class Delegate {
81 virtual ~Delegate() {}
84 virtual bool StartWatching(PrintServerWatcher::Delegate* delegate) = 0;
95 class Delegate {
102 virtual ~Delegate() {}
105 virtual bool StartWatching(PrinterWatcher::Delegate* delegate) = 0;
118 class Delegate {
124 virtual ~Delegate() {}
    [all...]
  /external/chromium/base/files/
file_path_watcher_stub.cc 18 FileWatcher::Delegate* delegate,
  /external/chromium/base/threading/
platform_thread.h 55 class BASE_API Delegate {
57 virtual ~Delegate() {}
76 // and |delegate|'s ThreadMain method will be executed on the newly created
80 // the Delegate object outlives the thread.
81 static bool Create(size_t stack_size, Delegate* delegate,
87 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
  /external/chromium/chrome/browser/chromeos/login/
proxy_settings_dialog.h 16 ProxySettingsDialog(LoginHtmlDialog::Delegate* delegate,
take_photo_view.h 27 class Delegate {
29 virtual ~Delegate() {}
38 explicit TakePhotoView(Delegate* delegate);
87 Delegate* delegate_;
user_view.h 32 class Delegate {
34 virtual ~Delegate() {}
53 UserView(Delegate* delegate, bool is_login, bool need_background);
84 Delegate* delegate_;
  /external/chromium/chrome/browser/
crash_upload_list_win.h 16 explicit CrashUploadListWin(Delegate* delegate);
icon_loader.h 46 class Delegate {
54 virtual ~Delegate() {}
57 IconLoader(const IconGroupID& group, IconSize size, Delegate* delegate);
71 // The message loop object of the thread in which we notify the delegate.
80 Delegate* delegate_;
  /external/chromium/chrome/browser/ssl/
ssl_blocking_page.h 26 class Delegate {
39 virtual ~Delegate() {}
49 SSLBlockingPage(SSLCertErrorHandler* handler, Delegate* delegate,
76 // Our delegate. It provides useful information, like the title and details
78 Delegate* delegate_;
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h 25 class Delegate {
27 virtual ~Delegate() {}
35 // |delegate| cannot be null.
36 explicit MenuBarHelper(Delegate* delegate);
77 Delegate* delegate_;
slide_animator_gtk.h 30 class Delegate {
36 virtual ~Delegate() {}
50 // |delegate| may be NULL.
56 Delegate* delegate);
112 Delegate* delegate_;
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h 22 // delegate.
26 // The delegate is notified once the user clicks on the link to import
28 class Delegate {
33 virtual ~Delegate() {}
36 explicit BookmarkBarInstructionsView(Delegate* delegate);
53 Delegate* delegate_;
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 31 class Delegate {
33 virtual ~Delegate() { }
60 Delegate* delegate);
64 Delegate* delegate);
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 27 class Delegate {
37 virtual ~Delegate() {}
62 // Loads and prepares profile for the session. Fires |delegate| in the end.
76 Delegate* delegate) = 0;
78 // Invalidates |delegate|, which was passed to PrepareProfile method call.
79 virtual void DelegateDeleted(Delegate* delegate) = 0;
oauth2_token_fetcher.h 29 class Delegate {
31 virtual ~Delegate() {}
37 OAuth2TokenFetcher(OAuth2TokenFetcher::Delegate* delegate,
59 OAuth2TokenFetcher::Delegate* delegate_;
  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.h 37 // Delegate interface for observing loads operations.
38 class Delegate {
40 virtual ~Delegate();
46 UserPolicyDiskCache(const base::WeakPtr<Delegate>& delegate,
77 base::WeakPtr<Delegate> delegate_;
  /external/chromium_org/chrome/browser/
crash_upload_list_win.h 15 CrashUploadListWin(Delegate* delegate, const base::FilePath& upload_log_path);
icon_loader.h 43 class Delegate {
58 virtual ~Delegate() {}
63 Delegate* delegate);
86 // The message loop object of the thread in which we notify the delegate.
97 Delegate* delegate_;
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.
75 // Calls the delegate's callback method, if there is a delegate.
82 Delegate* delegate_
    [all...]
  /external/chromium_org/chrome/browser/ui/android/extensions/
extension_install_dialog_android.cc 12 ExtensionInstallPrompt::Delegate* delegate,
  /external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.h 24 class Delegate {
26 virtual ~Delegate() {}
34 // |delegate| cannot be null.
35 explicit MenuBarHelper(Delegate* delegate);
76 Delegate* delegate_;
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/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.

Completed in 949 milliseconds

1 2 3 45 6 7 8 91011>>