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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
app_icon_loader.h 22 class Delegate {
24 virtual ~Delegate() {}
35 // synchronous), this should invoke SetAppImage() on the delegate.
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.h 15 // Creates the WebRTC log upload list with the given callback delegate for
17 static WebRtcLogUploadList* Create(Delegate* delegate, Profile* profile);
22 // Creates a new WebRTC log upload list with the given callback delegate.
24 explicit WebRtcLogUploadList(Delegate* delegate,
  /external/chromium_org/chrome/browser/net/
chrome_cookie_notification_details.h 18 net::CookieMonster::Delegate::ChangeCause cause)
26 net::CookieMonster::Delegate::ChangeCause cause;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.h 30 explicit GeneratedCreditCardView(LocationBarView::Delegate* delegate);
45 LocationBarView::Delegate* delegate_; // weak; outlives us.
  /external/chromium_org/chrome_frame/infobars/internal/
subclassing_window_with_delegate.h 24 class Delegate {
26 // The delegate will be deleted when the subclassed window is destroyed.
27 virtual ~Delegate() {}
33 }; // class Delegate
42 // Takes ownership of delegate in either case, deleting it when the window
44 bool Initialize(HWND hwnd, Delegate* delegate) {
45 DCHECK(delegate != NULL);
47 scoped_ptr<Delegate> new_delegate(delegate);
80 scoped_ptr<Delegate>& delegate() { return delegate_; } function in class:SubclassingWindowWithDelegate
    [all...]
  /external/chromium_org/content/browser/
power_save_blocker_impl.h 27 class Delegate;
33 // class PowerSaveBlocker::Delegate
34 // : public base::RefCounted<PowerSaveBlocker::Delegate> {
36 // friend class base::RefCounted<Delegate>;
37 // ~Delegate() {}
39 scoped_refptr<Delegate> delegate_;
power_save_blocker_mac.cc 41 class PowerSaveBlockerImpl::Delegate
42 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
44 Delegate(PowerSaveBlockerType type, const std::string& reason)
52 friend class base::RefCountedThreadSafe<Delegate>;
53 ~Delegate() {}
59 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
89 void PowerSaveBlockerImpl::Delegate::RemoveBlock() {
102 : delegate_(new Delegate(type, reason)) {
105 base::Bind(&Delegate::ApplyBlock, delegate_));
111 base::Bind(&Delegate::RemoveBlock, delegate_))
    [all...]
  /external/chromium/chrome/browser/
crash_upload_list.h 25 class Delegate {
32 virtual ~Delegate() {}
36 // of the crash upload list with the given callback delegate.
37 static CrashUploadList* Create(Delegate* delegate);
39 // Creates a new crash upload list with the given callback delegate.
40 explicit CrashUploadList(Delegate* delegate);
46 // Clears the delegate, so that any outstanding asynchronous load will not
47 // call the delegate on completion
    [all...]
  /external/chromium/net/tools/fetch/
http_listen_socket.h 19 class Delegate {
25 virtual ~Delegate() {}
29 HttpListenSocket::Delegate* delegate);
47 HttpListenSocket(SOCKET s, HttpListenSocket::Delegate* del);
55 HttpListenSocket::Delegate* delegate_;
  /external/chromium_org/chrome/browser/chromeos/login/
version_info_updater.h 25 class Delegate {
27 virtual ~Delegate() {}
38 explicit VersionInfoUpdater(Delegate* delegate);
41 // Sets delegate.
42 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
44 // Starts fetching version info. The delegate will be notified when update
82 Delegate* delegate_
    [all...]
online_attempt_host.h 26 class Delegate {
32 explicit OnlineAttemptHost(Delegate *delegate);
53 Delegate* delegate_;
  /external/chromium_org/chrome/browser/
image_decoder.h 21 class Delegate {
29 // Called when decoding image failed. Delegate can do some cleanup in
34 virtual ~Delegate() {}
42 ImageDecoder(Delegate* delegate,
54 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
70 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_browsertest.h 16 class Delegate {
22 virtual ~Delegate() {}
26 Delegate* delegate);
37 Delegate* delegate_;
44 public MockTabModalConfirmDialogDelegate::Delegate {
51 // MockTabModalConfirmDialogDelegate::Delegate:
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h 29 class Delegate {
31 virtual ~Delegate() {}
40 explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
65 static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate,
94 // The delegate to notify once items are ready.
95 SuggestionsCombiner::Delegate* delegate_;
  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 21 class Delegate {
23 virtual ~Delegate() {}
28 explicit DistillerPage(Delegate* delegate);
87 Delegate* delegate_;
97 DistillerPage::Delegate* delegate) const = 0;
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.h 27 class SingleLoginAttempt : public XmppConnection::Delegate {
29 // At most one delegate method will be called, depending on the
30 // result of the login attempt. After the delegate method is
33 class Delegate {
54 virtual ~Delegate();
57 // Does not take ownership of |delegate|, which must not be NULL.
58 SingleLoginAttempt(const LoginSettings& login_settings, Delegate* delegate);
62 // XmppConnection::Delegate implementation.
73 Delegate* const delegate_
    [all...]
  /external/chromium_org/mojo/shell/
loader.h 26 class Delegate {
32 virtual ~Delegate();
44 Job(const GURL& app_url, Delegate* delegate);
48 Delegate* delegate_;
60 scoped_ptr<Job> Load(const GURL& app_url, Delegate* delegate);
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 37 class Delegate {
61 virtual ~Delegate() {}
78 Delegate* delegate);
89 Delegate* delegate);
97 Delegate* delegate);
105 Delegate* delegate);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.h 30 // and then call the appropriate method of the Delegate you passed in
43 public OwnerManager::Delegate {
54 class Delegate {
67 SignedSettings::Delegate<bool>* d);
71 SignedSettings::Delegate<bool>* d);
78 SignedSettings::Delegate<bool>* d);
82 SignedSettings::Delegate<std::string>* d);
88 SignedSettings::Delegate<bool>* d);
91 SignedSettings::Delegate<const em::PolicyFetchResponse&>* d);
101 // Implementation of OwnerManager::Delegate
    [all...]
  /external/chromium/net/socket/
dns_cert_provenance_checker.h 21 class Delegate {
23 virtual ~Delegate();
43 // chain. In the event that the lookup reports a failure, the Delegate is
49 Delegate* delegate);
  /external/chromium_org/ash/accelerators/
focus_manager_factory.cc 19 return new views::FocusManager(widget, desktop_widget ? NULL : new Delegate);
22 bool AshFocusManagerFactory::Delegate::ProcessAccelerator(
32 AshFocusManagerFactory::Delegate::GetCurrentTargetForAccelerator(
  /external/chromium_org/ash/wm/
overlay_event_filter.h 26 class Delegate {
43 // |delegate| when a key event means cancel (like Esc). It holds the
44 // pointer to the specified |delegate| until Deactivate() is called, but
46 void Activate(Delegate* delegate);
63 Delegate* delegate_;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_network_screen.h 26 virtual void SetDelegate(Delegate* delegate);
28 MOCK_METHOD1(MockSetDelegate, void(Delegate* delegate));
41 Delegate* delegate_;
update_screen_actor.h 22 class Delegate {
24 virtual ~Delegate() {}
35 virtual void SetDelegate(Delegate* screen) = 0;
user_image_screen_actor.h 22 class Delegate {
24 virtual ~Delegate() {}
52 virtual void SetDelegate(Delegate* screen) = 0;

Completed in 385 milliseconds

1 2 34 5 6 7 8 91011>>