Searched refs:delegate (Results 251 - 275 of 2492) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate_browsertest.cc85 notifier::ChromeNotifierDelegate* delegate = local
93 delegate->Click();
118 notifier::ChromeNotifierDelegate* delegate = local
126 delegate->ButtonClick(0);
138 delegate->ButtonClick(1);
152 notifier::ChromeNotifierDelegate* delegate = local
155 delegate->Close(false);
158 delegate->Close(true);
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_editor.h42 // The delegate is always an AutocompleteTextField*. Override the superclass
44 - (AutocompleteTextField*)delegate;
45 - (void)setDelegate:(AutocompleteTextField*)delegate;
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_matrix.h36 - (id)initWithDelegate:(OmniboxPopupMatrixDelegate*)delegate;
38 // Sets the delegate.
39 - (void)setDelegate:(OmniboxPopupMatrixDelegate*)delegate;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dweb_dialog_window_controller.h32 // delegate and profile. The window is automatically destroyed when it, or its
36 // to do so, i.e. before OnDialogClosed() is called on the delegate.
37 + (NSWindow*)showWebDialog:(ui::WebDialogDelegate*)delegate
46 - (id)initWithDelegate:(ui::WebDialogDelegate*)delegate
49 // Loads the HTML content from the delegate; this is not a lightweight
/external/chromium_org/chrome/browser/ui/gtk/
H A Dconstrained_web_dialog_delegate_gtk.cc34 WebDialogDelegate* delegate,
37 browser_context, delegate, tab_delegate),
67 WebDialogDelegate* delegate,
111 WebDialogDelegate* delegate,
115 delegate,
118 delegate->GetDialogSize(&dialog_size);
138 WebDialogDelegate* delegate,
143 browser_context, delegate, tab_delegate);
32 ConstrainedWebDialogDelegateGtk( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument
109 ConstrainedWebDialogDelegateViewGtk( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument
136 CreateConstrainedWebDialog( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate, content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dconfirm_infobar_gtk.cc27 ConfirmInfoBarDelegate* delegate)
28 : InfoBarGtk(owner, delegate),
78 return delegate()->AsConfirmInfoBarDelegate();
83 if (delegate()->AsConfirmInfoBarDelegate()->GetButtons() & type) {
88 delegate()->AsConfirmInfoBarDelegate()->GetButtonLabel(type)).c_str());
100 if (delegate()->AsConfirmInfoBarDelegate()->Accept())
105 if (delegate()->AsConfirmInfoBarDelegate()->Cancel())
110 if (delegate()->AsConfirmInfoBarDelegate()->LinkClicked(
26 ConfirmInfoBarGtk(InfoBarService* owner, ConfirmInfoBarDelegate* delegate) argument
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_unload_handler.h49 void Activate(WebContentsDelegateImpl* delegate,
54 void Destroy(WebContentsDelegateImpl* delegate);
H A Dinstant_page_unittest.cc60 FakePage(Delegate* delegate, const std::string& instant_url,
80 FakePage::FakePage(Delegate* delegate, const std::string& instant_url, argument
82 : InstantPage(delegate, instant_url, profile, is_incognito),
116 FakePageDelegate delegate; member in class:InstantPageTest
127 page.reset(new FakePage(&delegate, "", NULL, false));
138 page.reset(new FakePage(&delegate, "", NULL, false));
143 EXPECT_CALL(delegate, InstantSupportDetermined(web_contents(), true))
151 page.reset(new FakePage(&delegate, "", NULL, false));
166 page.reset(new FakePage(&delegate, "", NULL, false));
171 EXPECT_CALL(delegate, DeleteMostVisitedIte
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dbookmark_sub_menu_model.cc10 // For views and cocoa, we have complex delegate systems to handle
20 ui::SimpleMenuModel::Delegate* delegate, Browser* browser)
21 : SimpleMenuModel(delegate) {
19 BookmarkSubMenuModel( ui::SimpleMenuModel::Delegate* delegate, Browser* browser) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dscreen_manager_handler.cc23 void ScreenManagerHandler::SetDelegate(Delegate* delegate) { argument
24 delegate_ = delegate;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcron_servlet_test.py56 delegate = _TestDelegate(lambda _: MockFileSystem(LocalFileSystem.Create()))
60 delegate_for_test=delegate).Get()
64 first_run_file_systems = delegate.file_systems[:]
65 delegate.file_systems[:] = []
71 delegate_for_test=delegate).Get()
74 self.assertEqual(len(first_run_file_systems), len(delegate.file_systems))
75 for i, second_run_file_system in enumerate(delegate.file_systems):
133 delegate = _TestDelegate(create_file_system)
134 delegate.SetAppVersion('2-0-8')
136 file_systems = delegate
[all...]
H A Dfuture.py10 '''Stores a value, error, or delegate to be used later.
12 def __init__(self, value=_no_value, delegate=None):
14 self._delegate = delegate
17 raise ValueError('Must have either a value or delegate.')
20 '''Gets the stored value, error, or delegate contents.
/external/chromium_org/chrome_frame/infobars/internal/
H A Ddisplaced_window_manager.cc31 if (delegate() != NULL)
32 delegate()->AdjustDisplacedWindowDimensions(rect);
/external/chromium_org/content/browser/ssl/
H A Dssl_cert_error_handler.cc15 const base::WeakPtr<Delegate>& delegate,
23 : SSLErrorHandler(delegate, id, resource_type, url, render_process_id,
14 SSLCertErrorHandler( const base::WeakPtr<Delegate>& delegate, const GlobalRequestID& id, ResourceType::Type resource_type, const GURL& url, int render_process_id, int render_view_id, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/content/child/
H A Dwebkitplatformsupport_impl.cc38 webkit_glue::WebSocketStreamHandleDelegate* delegate) {
41 return dispatcher->CreateBridge(handle, delegate);
36 CreateWebSocketBridge( WebKit::WebSocketStreamHandle* handle, webkit_glue::WebSocketStreamHandleDelegate* delegate) argument
/external/chromium_org/content/public/test/
H A Dnested_message_pump_android.h20 virtual void Run(Delegate* delegate) OVERRIDE;
25 virtual void Start(Delegate* delegate) OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc31 RenderViewHostDelegate* delegate,
37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
29 CreateRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
/external/chromium_org/net/base/
H A Dkeygen_handler_nss.cc42 crypto::CryptoModuleBlockingPasswordDelegate* delegate) {
43 crypto_module_password_delegate_.reset(delegate);
41 set_crypto_module_password_delegate( crypto::CryptoModuleBlockingPasswordDelegate* delegate) argument
/external/chromium_org/net/quic/
H A Dquic_alarm.cc11 QuicAlarm::QuicAlarm(Delegate* delegate) argument
12 : delegate_(delegate),
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
H A Dresults_unittests.js126 var delegate = {
130 var view = new ui.results.View(delegate);
168 var delegate = {
172 var view = new ui.results.View(delegate);
183 var delegate = {
187 var view = new ui.results.View(delegate);
196 var delegate = {
200 var view = new ui.results.View(delegate);
/external/chromium_org/ui/base/animation/
H A Danimation_unittest.cc28 RunAnimation(int frame_rate, AnimationDelegate* delegate) argument
29 : LinearAnimation(frame_rate, delegate) {
43 CancelAnimation(int duration, int frame_rate, AnimationDelegate* delegate) argument
44 : LinearAnimation(duration, frame_rate, delegate) {
58 EndAnimation(int duration, int frame_rate, AnimationDelegate* delegate) argument
59 : LinearAnimation(duration, frame_rate, delegate) {
107 // right delegate methods invoked.
118 // Runs an animation with a delegate that deletes the animation in end.
120 DeletingAnimationDelegate delegate; local
121 RunAnimation* animation = new RunAnimation(150, &delegate);
[all...]
H A Dlinear_animation.h25 LinearAnimation(int frame_rate, AnimationDelegate* delegate);
28 LinearAnimation(int duration, int frame_rate, AnimationDelegate* delegate);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedBiMapTest.java47 private final BiMap<K, V> delegate; field in class:SynchronizedBiMapTest.TestBiMap
49 public TestBiMap(BiMap<K, V> delegate, Object mutex) { argument
50 super(delegate, mutex);
51 this.delegate = delegate;
57 return delegate.forcePut(key, value);
63 return delegate.inverse();
68 return delegate.values();
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.cc46 GaiaOAuthClient::Delegate* delegate);
51 GaiaOAuthClient::Delegate* delegate);
54 Delegate* delegate);
57 Delegate* delegate);
78 GaiaOAuthClient::Delegate* delegate);
93 GaiaOAuthClient::Delegate* delegate) {
106 post_body, max_retries, delegate);
114 GaiaOAuthClient::Delegate* delegate) {
131 post_body, max_retries, delegate);
136 Delegate* delegate) {
89 GetTokensFromAuthCode( const OAuthClientInfo& oauth_client_info, const std::string& auth_code, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
109 RefreshToken( const OAuthClientInfo& oauth_client_info, const std::string& refresh_token, const std::vector<std::string>& scopes, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
134 GetUserEmail(const std::string& oauth_access_token, int max_retries, Delegate* delegate) argument
156 GetTokenInfo(const std::string& oauth_access_token, int max_retries, Delegate* delegate) argument
170 MakeGaiaRequest( const GURL& url, const std::string& post_body, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
301 GetTokensFromAuthCode( const OAuthClientInfo& oauth_client_info, const std::string& auth_code, int max_retries, Delegate* delegate) argument
312 RefreshToken( const OAuthClientInfo& oauth_client_info, const std::string& refresh_token, const std::vector<std::string>& scopes, int max_retries, Delegate* delegate) argument
325 GetUserEmail(const std::string& access_token, int max_retries, Delegate* delegate) argument
331 GetTokenInfo(const std::string& access_token, int max_retries, Delegate* delegate) argument
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc104 TabRestoreServiceDelegate* delegate =
106 if (closing_delegates_.find(delegate) != closing_delegates_.end())
110 PopulateTab(local_tab.get(), index, delegate, &contents->GetController());
118 TabRestoreServiceDelegate* delegate) {
119 closing_delegates_.insert(delegate);
122 window->selected_tab_index = delegate->GetSelectedIndex();
124 window->app_name = delegate->GetAppName();
128 for (int i = 0; i < delegate->GetTabCount(); ++i) {
132 for (int tab_index = 0; tab_index < delegate->GetTabCount(); ++tab_index) {
135 delegate,
117 BrowserClosing( TabRestoreServiceDelegate* delegate) argument
157 BrowserClosed( TabRestoreServiceDelegate* delegate) argument
174 RestoreMostRecentEntry( TabRestoreServiceDelegate* delegate, chrome::HostDesktopType host_desktop_type) argument
199 RestoreEntryById( TabRestoreServiceDelegate* delegate, SessionID::id_type id, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition) argument
401 PopulateTab( Tab* tab, int index, TabRestoreServiceDelegate* delegate, NavigationController* controller) argument
447 RestoreTab( const Tab& tab, TabRestoreServiceDelegate* delegate, chrome::HostDesktopType host_desktop_type, WindowOpenDisposition disposition, WebContents** contents) argument
[all...]

Completed in 617 milliseconds

<<11121314151617181920>>