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

<<11121314151617181920>>

  /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/
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 30 class Delegate {
32 // Called by AddNewContents(). Asks the delegate to attach the opened
43 virtual ~Delegate() {}
49 Delegate* delegate,
82 // The delegate for this BackgroundContents.
83 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_;
instant_tab.cc 11 InstantTab::InstantTab(InstantPage::Delegate* delegate,
13 : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
instant_tab.h 18 InstantTab(InstantPage::Delegate* delegate, Profile* profile);
  /external/chromium_org/chrome/browser/ui/tabs/
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/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_;
  /external/chromium_org/components/webdata/common/
web_data_service_backend.h 37 class Delegate {
39 virtual ~Delegate() {}
46 Delegate* delegate,
124 // Delegate. See the class definition above for more information.
125 scoped_ptr<Delegate> delegate_;
  /external/chromium_org/content/browser/ssl/
ssl_error_handler.h 45 // Delegate functions must be called from IO thread. All functions accept
50 class CONTENT_EXPORT Delegate {
63 virtual ~Delegate() {}
110 SSLErrorHandler(const base::WeakPtr<Delegate>& delegate,
132 // The delegate we are associated with.
133 base::WeakPtr<Delegate> delegate_;
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.h 27 class Delegate {
29 virtual ~Delegate() {}
59 WindowSlider(Delegate* delegate,
99 Delegate* delegate_;
115 // This keeps track of the layer created by the delegate.
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.h 40 class Delegate {
42 virtual ~Delegate() {}
59 // |resource_host| and |delegate| must outlive this object.
61 Delegate* delegate,
97 Delegate* delegate_;
pepper_proxy_channel_delegate_impl.h 14 : public ppapi::proxy::ProxyChannel::Delegate {
18 // ProxyChannel::Delegate implementation.
  /external/chromium_org/jingle/notifier/base/
xmpp_connection.h 39 class Delegate {
48 // to OnConnect()). No calls to the delegate will be made after
64 virtual ~Delegate();
67 // Does not take ownership of |delegate|, which must not be
74 Delegate* delegate,
77 // Invalidates any weak pointers passed to the delegate by
78 // OnConnect(), but does not trigger a call to the delegate's
92 Delegate* delegate_;
  /external/chromium_org/mojo/shell/
loader.cc 16 Loader::Delegate::~Delegate() {
19 Loader::Job::Job(const GURL& app_url, Delegate* delegate)
20 : delegate_(delegate) {
50 scoped_ptr<Loader::Job> Loader::Load(const GURL& app_url, Delegate* delegate) {
51 scoped_ptr<Job> job(new Job(app_url, delegate));
  /external/chromium_org/net/http/
http_pipelined_host_pool.h 31 : public HttpPipelinedHost::Delegate {
33 class Delegate {
42 Delegate* delegate,
91 Delegate* delegate_;
  /external/chromium_org/net/tools/fetch/
http_session.h 13 class HttpSession : HttpListenSocket::Delegate {
  /external/chromium_org/remoting/base/
plugin_thread_task_runner.h 24 class Delegate {
26 virtual ~Delegate();
32 // Caller keeps ownership of delegate.
33 PluginThreadTaskRunner(Delegate* delegate);
35 // Detaches the PluginThreadTaskRunner from the underlying Delegate and
99 // Pointer to the delegate that implements scheduling tasks via the plugin
101 Delegate* delegate_;
  /external/chromium_org/remoting/client/plugin/
pepper_plugin_thread_delegate.h 23 class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {

Completed in 1281 milliseconds

<<11121314151617181920>>