Searched refs:delegate (Results 176 - 200 of 825) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_helper.cc40 // So keep a local copy of delegate and executing flag to use after
42 Delegate* delegate = delegate_; local
45 if (delegate)
46 delegate->OnOpStarted(this);
71 void set_delegate(Delegate* delegate) { argument
72 delegate_ = delegate;
77 Delegate* delegate)
79 delegate_(delegate),
113 OpContext::Delegate* delegate)
114 : OpContext(callback, delegate),
76 OpContext(SignedSettingsHelper::Callback* callback, Delegate* delegate) argument
110 WhitelistOpContext(Type type, const std::string& email, SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
170 StorePropertyOpContext(const std::string& name, const std::string& value, SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
205 RetrievePropertyOpContext(const std::string& name, SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
236 StorePolicyOpContext(const em::PolicyFetchResponse& policy, SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
267 RetrievePolicyOpContext(SignedSettingsHelper::Callback* callback, OpContext::Delegate* delegate) argument
[all...]
H A Daccount_creation_view.h35 // Set delegate that will be notified about user actions.
36 void SetAccountCreationViewDelegate(AccountCreationViewDelegate* delegate);
54 // Set delegate that will be notified about user actions.
55 void SetAccountCreationViewDelegate(AccountCreationViewDelegate* delegate);
H A Dimage_decoder.cc12 ImageDecoder::ImageDecoder(Delegate* delegate, argument
14 : delegate_(delegate),
H A Dmessage_bubble.cc29 MessageBubbleDelegate* delegate)
33 message_delegate_(delegate),
113 MessageBubbleDelegate* delegate) {
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate);
118 bubble->text_->parent(), delegate);
130 MessageBubbleDelegate* delegate) {
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate);
135 bubble->text_->parent(), delegate);
23 MessageBubble(views::WidgetGtk::Type type, views::Widget* parent, SkBitmap* image, const std::wstring& text, const std::wstring& help, bool grab_enabled, MessageBubbleDelegate* delegate) argument
107 Show(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
123 ShowNoGrab( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
H A Dmock_auth_response_handler.h21 // In real AuthResponseHandler subclasses, Handle(data, delegate)
24 // |delegate| directly. Rather than using some kind of global state, we
40 URLFetcher* MockNetwork(std::string data, URLFetcher::Delegate* delegate);
48 static void CompleteFetch(URLFetcher::Delegate* delegate,
H A Dproxy_settings_dialog.cc30 ProxySettingsDialog::ProxySettingsDialog(LoginHtmlDialog::Delegate* delegate, argument
33 delegate,
H A Dlogin_display.h64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
101 Delegate* delegate() { return delegate_; } function in class:chromeos::LoginDisplay
102 void set_delegate(Delegate* delegate) { delegate_ = delegate; } argument
110 // Login UI delegate (controller).
/external/chromium/net/websockets/
H A Dwebsocket_unittest.cc182 scoped_ptr<WebSocketEventRecorder> delegate(
184 delegate->SetOnOpen(NewCallback(delegate.get(),
188 new WebSocket(request, delegate.get()));
195 const std::vector<WebSocketEvent>& events = delegate->GetSeenEvents();
245 scoped_ptr<WebSocketEventRecorder> delegate(
247 delegate->SetOnMessage(NewCallback(delegate.get(),
251 new WebSocket(request, delegate.get()));
258 const std::vector<WebSocketEvent>& events = delegate
[all...]
/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client.cc40 GaiaOAuthClient::Delegate* delegate);
44 GaiaOAuthClient::Delegate* delegate);
58 GaiaOAuthClient::Delegate* delegate);
77 GaiaOAuthClient::Delegate* delegate) {
84 MakeGaiaRequest(post_body, max_retries, delegate);
91 GaiaOAuthClient::Delegate* delegate) {
98 MakeGaiaRequest(post_body, max_retries, delegate);
104 GaiaOAuthClient::Delegate* delegate) {
106 delegate_ = delegate;
201 Delegate* delegate) {
73 GetTokensFromAuthCode( const OAuthClientInfo& oauth_client_info, const std::string& auth_code, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
87 RefreshToken( const OAuthClientInfo& oauth_client_info, const std::string& refresh_token, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
101 MakeGaiaRequest( std::string post_body, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
197 GetTokensFromAuthCode( const OAuthClientInfo& oauth_client_info, const std::string& auth_code, int max_retries, Delegate* delegate) argument
208 RefreshToken(const OAuthClientInfo& oauth_client_info, const std::string& refresh_token, int max_retries, Delegate* delegate) argument
[all...]
H A Dgaia_oauth_client.h60 Delegate* delegate);
64 Delegate* delegate);
/external/chromium/base/threading/
H A Dplatform_thread.h76 // and |delegate|'s ThreadMain method will be executed on the newly created
81 static bool Create(size_t stack_size, Delegate* delegate,
87 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h29 // the cross platform BrowserAccessibility object. The delegate is
33 delegate:(id<BrowserAccessibilityDelegateCocoa>)delegate;
H A Dbrowser_accessibility_manager_mac.h25 BrowserAccessibilityDelegate* delegate,
/external/chromium/chrome/browser/extensions/
H A Dextension_uninstall_dialog.h39 void ConfirmUninstall(Delegate* delegate, const Extension* extension);
44 Delegate* delegate,
60 // The delegate we will call Accepted/Canceled on after confirmation UI.
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller_unittest.cc29 Delegate* delegate,
34 FROM_HERE, NewRunnableFunction(&InvokeDelegate, delegate));
37 static void InvokeDelegate(Delegate* delegate) { argument
38 VLOG(1) << "MockSpeechInputBubble invoking delegate for type " << type_;
41 delegate->InfoBubbleFocusChanged();
44 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_CANCEL);
47 delegate->InfoBubbleButtonClicked(SpeechInputBubble::BUTTON_TRY_AGAIN);
134 SpeechInputBubble::Delegate* delegate,
149 return new MockSpeechInputBubble(tab_contents, delegate, element_rect);
28 MockSpeechInputBubble(TabContents* tab_contents, Delegate* delegate, const gfx::Rect&) argument
133 CreateBubble(TabContents* tab_contents, SpeechInputBubble::Delegate* delegate, const gfx::Rect& element_rect) argument
/external/chromium/chrome/browser/ui/cocoa/
H A Dspeech_input_window_controller.h31 delegate:(SpeechInputBubbleDelegate*)delegate
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dtab_contents_controller.h17 // The interface for the tab contents view controller's delegate.
21 // Tells the delegate when the tab contents view's frame is about to change.
44 delegate:(id<TabContentsControllerDelegate>)delegate;
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_message_infobar_gtk.cc12 TranslateInfoBarDelegate* delegate)
13 : TranslateInfoBarBase(delegate) {
11 TranslateMessageInfoBar( TranslateInfoBarDelegate* delegate) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc37 ExtensionInfoBar::ExtensionInfoBar(ExtensionInfoBarDelegate* delegate) argument
38 : InfoBarView(delegate),
39 delegate_(delegate),
42 delegate->set_observer(this);
44 ExtensionView* extension_view = delegate->extension_host()->view();
116 ExtensionInfoBarDelegate* delegate = GetDelegate(); local
117 DCHECK_EQ(delegate->extension_host()->view(), view);
123 if (delegate->closing())
142 return; // The delegate can go away while we asynchronously load images.
H A Dinfobar_container_view.cc13 InfoBarContainerView::InfoBarContainerView(Delegate* delegate) argument
14 : InfoBarContainer(delegate) {
24 // of the delegate).
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui_browsertest.cc64 // The delegate deletes itself.
65 HtmlDialogUIDelegate* delegate = new TestHtmlDialogUIDelegate(); local
70 delegate,
/external/webkit/Source/WebKit/mac/Misc/
H A DWebIconDatabase.h141 - (void)setDelegate:(id)delegate;
142 - (id)delegate;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.h59 - (id <WebVideoFullscreenControllerDelegate>)delegate;
60 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate;
/external/webkit/Tools/Scripts/webkitpy/common/thread/
H A Dmessagepump.py44 def __init__(self, delegate, message_queue):
45 self._delegate = delegate
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java51 private transient Map<K, V> delegate; field in class:AbstractBiMap
61 delegate = backward;
65 @Override protected Map<K, V> delegate() { method in class:AbstractBiMap
66 return delegate;
70 * Specifies the delegate maps going in each direction. Called by the
74 checkState(delegate == null);
79 delegate = forward;
114 V oldValue = delegate.put(key, value);
124 inverse.delegate.put(newValue, key);
132 V oldValue = delegate
169 @Override protected Set<K> delegate() { method in class:AbstractBiMap.KeySet
232 @Override protected Set<V> delegate() { method in class:AbstractBiMap.ValueSet
279 @Override protected Set<Entry<K, V>> delegate() { method in class:AbstractBiMap.EntrySet
[all...]

Completed in 1120 milliseconds

1234567891011>>