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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 20 // expected that you'll grab the delegate from the TestURLFetcher and invoke
34 // // Notify delegate with whatever data you want.
35 // fetcher->delegate()->OnURLFetchComplete(...);
50 Delegate* d);
53 // Overriden to do nothing. It is assumed the caller will notify the delegate.
74 // Returns the delegate installed on the URLFetcher.
75 Delegate* delegate() const { return URLFetcher::delegate(); } function in class:TestURLFetcher
96 URLFetcher::Delegate* d)
    [all...]
  /external/chromium/net/base/
network_change_notifier_win.h 19 public base::win::ObjectWatcher::Delegate {
29 // ObjectWatcher::Delegate methods:
transport_security_state.h 96 class Delegate {
103 virtual ~Delegate() {}
106 void SetDelegate(Delegate*);
139 // Our delegate who gets notified when we are dirtied, or NULL.
140 Delegate* delegate_;
  /external/chromium/net/tools/fetch/
http_session.h 14 class HttpSession : HttpListenSocket::Delegate {
  /external/chromium_org/base/message_loop/
message_pump_default.h 20 virtual void Run(Delegate* delegate) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/extensions/
external_pref_cache_loader.h 17 public ExternalCache::Delegate {
21 // Implementation of ExternalCache::Delegate:
  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h 26 // Delegate class to get notifications from the dialog.
27 class Delegate {
33 virtual ~Delegate() {}
41 LoginWebDialog(Delegate* delegate,
84 Delegate* delegate_;
oauth2_login_verifier.h 31 class Delegate {
33 virtual ~Delegate() {}
45 OAuth2LoginVerifier(OAuth2LoginVerifier::Delegate* delegate,
97 OAuth2LoginVerifier::Delegate* delegate_;
proxy_settings_dialog.h 22 LoginWebDialog::Delegate* delegate,
  /external/chromium_org/chrome/browser/devtools/
adb_web_socket.h 12 class Delegate {
20 virtual ~Delegate() {}
27 Delegate* delegate);
56 Delegate* delegate_;
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_database.h 40 // \--(ActivityDatabase::Delegate)-/
44 // (as an instance of ActivityDatabase::Delegate).
52 // ActivityDatabase::Delegate::OnDatabaseClose().
53 // 4. ActivityDatabase::Delegate::OnDatabaseClose() should delete the
59 // ActivityDatabase and implements the ActivityDatabase::Delegate interface.
68 class Delegate {
72 // A Delegate is never directly deleted; it should instead delete itself
74 virtual ~Delegate() {}
102 // Need to call Init to actually use the ActivityDatabase. The Delegate
105 explicit ActivityDatabase(Delegate* delegate)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_web_auth_flow.h 30 // new URL, the flow's delegate is notified. The delegate is expected
54 class Delegate {
64 virtual ~Delegate() {}
68 // Caller owns |delegate|.
69 ExperimentalWebAuthFlow(Delegate* delegate,
80 // Prevents further calls to the delegate and deletes the flow.
108 Delegate* delegate_;
gaia_web_auth_flow.h 39 class GaiaWebAuthFlow : public UbertokenConsumer, public WebAuthFlow::Delegate {
49 class Delegate {
61 GaiaWebAuthFlow(Delegate* delegate,
75 // WebAuthFlow::Delegate implementation.
85 Delegate* delegate_;
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.h 25 // This starts an asynchronous operation which reports success to the delegate.
29 // Delegate interface that is called when obfuscated Gaia id fetch
31 class Delegate {
37 virtual ~Delegate() {}
44 Delegate* delegate,
75 // Unowned pointer to the delegate. Normally the delegate owns
77 Delegate* delegate_;
  /external/chromium_org/chrome/browser/net/
connection_tester.h 42 // "Delegate" object.
99 // "Delegate" is an interface for receiving start and completion notification
103 // delegate methods.
104 class Delegate {
125 virtual ~Delegate() {}
128 // Constructs a ConnectionTester that notifies test progress to |delegate|.
129 // |delegate| is owned by the caller, and must remain valid for the lifetime
131 ConnectionTester(Delegate* delegate,
170 Delegate* delegate_
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.h 29 class Delegate {
31 // Called by AddNewContents(). Asks the delegate to attach the opened
42 virtual ~Delegate() {}
47 Delegate* delegate);
78 // The delegate for this BackgroundContents.
79 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_context_menu_gtk.h 17 public MenuGtk::Delegate {
26 // MenuGtk::Delegate:
  /external/chromium_org/chrome/browser/ui/search/
instant_loader.h 32 // InstantLoader calls these methods on its delegate in response to certain
34 class Delegate {
40 // WebContentsDelegate::OpenURLFromTab). The Delegate should return the
51 ~Delegate();
54 explicit InstantLoader(Delegate* delegate);
101 Delegate* const delegate_;
  /external/chromium_org/chrome/browser/ui/tabs/
tab_audio_indicator.h 30 class Delegate {
35 virtual ~Delegate() {}
38 explicit TabAudioIndicator(Delegate* delegate);
67 Delegate* delegate_;
tab_menu_model.h 17 TabMenuModel(ui::SimpleMenuModel::Delegate* delegate,
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.h 42 class Delegate {
46 virtual ~Delegate() {}
60 explicit WrenchIconPainter(Delegate* delegate);
84 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.h 24 class Delegate {
26 virtual ~Delegate() {}
31 // This method is called, when actor is being destroyed. Note, if Delegate
64 virtual void SetDelegate(Delegate* delegate);
113 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.h 20 public SuggestionsCombiner::Delegate {
25 // SuggestionsCombiner::Delegate implementation.
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 15 Delegate* delegate)
17 delegate_(delegate) {
43 const Delegate::Options& options,
44 const Delegate::ConfirmationCallback& callback) {
52 const Delegate::ConfirmationCallback& callback) {
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.h 39 class Delegate {
41 virtual ~Delegate() {}
66 Delegate* delegate);
120 Delegate* delegate_;

Completed in 3953 milliseconds

1 2 3 4 5 6 7 8 91011>>