OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Delegate
(Results
101 - 125
of
1616
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h
23
public ExtensionInstallPrompt::
Delegate
,
28
ExtensionInstallPrompt::
Delegate
*
delegate
,
32
// ExtensionInstallPrompt::
Delegate
implementation.
48
ExtensionInstallPrompt::
Delegate
* delegate_;
windowed_install_dialog_controller.h
20
: public ExtensionInstallPrompt::
Delegate
{
26
ExtensionInstallPrompt::
Delegate
*
delegate
,
34
// ExtensionInstallPrompt::
Delegate
:
43
ExtensionInstallPrompt::
Delegate
* delegate_;
/external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.h
27
// a provided
Delegate
when the request is complete.
30
class POLICY_EXPORT
Delegate
{
33
// response in |response|.
Delegate
may free the UserInfoFetcher in this
39
// error in |error|.
Delegate
may free the UserInfoFetcher in this
45
UserInfoFetcher(
Delegate
*
delegate
, net::URLRequestContextGetter* context);
55
Delegate
* delegate_;
/external/chromium/base/files/
file_path_watcher_stub.cc
18
FileWatcher::
Delegate
*
delegate
,
/external/chromium/base/threading/
platform_thread.h
55
class BASE_API
Delegate
{
57
virtual ~
Delegate
() {}
76
// and |
delegate
|'s ThreadMain method will be executed on the newly created
80
// the
Delegate
object outlives the thread.
81
static bool Create(size_t stack_size,
Delegate
*
delegate
,
87
static bool CreateNonJoinable(size_t stack_size,
Delegate
*
delegate
);
/external/chromium/chrome/browser/chromeos/login/
proxy_settings_dialog.h
16
ProxySettingsDialog(LoginHtmlDialog::
Delegate
*
delegate
,
take_photo_view.h
27
class
Delegate
{
29
virtual ~
Delegate
() {}
38
explicit TakePhotoView(
Delegate
*
delegate
);
87
Delegate
* delegate_;
user_view.h
32
class
Delegate
{
34
virtual ~
Delegate
() {}
53
UserView(
Delegate
*
delegate
, bool is_login, bool need_background);
84
Delegate
* delegate_;
/external/chromium/chrome/browser/
crash_upload_list_win.h
16
explicit CrashUploadListWin(
Delegate
*
delegate
);
icon_loader.h
46
class
Delegate
{
54
virtual ~
Delegate
() {}
57
IconLoader(const IconGroupID& group, IconSize size,
Delegate
*
delegate
);
71
// The message loop object of the thread in which we notify the
delegate
.
80
Delegate
* delegate_;
/external/chromium/chrome/browser/ssl/
ssl_blocking_page.h
26
class
Delegate
{
39
virtual ~
Delegate
() {}
49
SSLBlockingPage(SSLCertErrorHandler* handler,
Delegate
*
delegate
,
76
// Our
delegate
. It provides useful information, like the title and details
78
Delegate
* delegate_;
/external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.h
25
class
Delegate
{
27
virtual ~
Delegate
() {}
35
// |
delegate
| cannot be null.
36
explicit MenuBarHelper(
Delegate
*
delegate
);
77
Delegate
* delegate_;
slide_animator_gtk.h
30
class
Delegate
{
36
virtual ~
Delegate
() {}
50
// |
delegate
| may be NULL.
56
Delegate
*
delegate
);
112
Delegate
* delegate_;
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.h
22
//
delegate
.
26
// The
delegate
is notified once the user clicks on the link to import
28
class
Delegate
{
33
virtual ~
Delegate
() {}
36
explicit BookmarkBarInstructionsView(
Delegate
*
delegate
);
53
Delegate
* delegate_;
/external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h
31
class
Delegate
{
33
virtual ~
Delegate
() { }
60
Delegate
*
delegate
);
64
Delegate
*
delegate
);
/external/chromium_org/ash/shelf/
shelf_menu_model.h
16
explicit ShelfMenuModel(ui::SimpleMenuModel::
Delegate
*
delegate
)
17
: ui::SimpleMenuModel(
delegate
) {}
/external/chromium_org/chrome/browser/chromeos/login/
login_utils.h
27
class
Delegate
{
37
virtual ~
Delegate
() {}
63
// Loads and prepares profile for the session. Fires |
delegate
| in the end.
76
Delegate
*
delegate
) = 0;
78
// Invalidates |
delegate
|, which was passed to PrepareProfile method call.
79
virtual void DelegateDeleted(
Delegate
*
delegate
) = 0;
oauth2_token_fetcher.h
29
class
Delegate
{
31
virtual ~
Delegate
() {}
37
OAuth2TokenFetcher(OAuth2TokenFetcher::
Delegate
*
delegate
,
59
OAuth2TokenFetcher::
Delegate
* delegate_;
/external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.h
41
//
Delegate
interface for observing loads operations.
42
class
Delegate
{
44
virtual ~
Delegate
();
51
const base::WeakPtr<
Delegate
>&
delegate
,
83
base::WeakPtr<
Delegate
> delegate_;
user_policy_token_loader.h
29
class
Delegate
{
31
virtual ~
Delegate
();
37
const base::WeakPtr<
Delegate
>&
delegate
,
42
// reported through the
delegate
.
53
const base::WeakPtr<
Delegate
> delegate_;
/external/chromium_org/chrome/browser/
crash_upload_list_win.h
15
CrashUploadListWin(
Delegate
*
delegate
, const base::FilePath& upload_log_path);
icon_loader.h
43
class
Delegate
{
58
virtual ~
Delegate
() {}
63
Delegate
*
delegate
);
86
// The message loop object of the thread in which we notify the
delegate
.
97
Delegate
* delegate_;
/external/chromium_org/chrome/browser/ui/android/extensions/
extension_install_dialog_android.cc
12
ExtensionInstallPrompt::
Delegate
*
delegate
,
/external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.h
41
class
Delegate
{
43
virtual ~
Delegate
() {}
51
ExtensionInstalledBubble(
Delegate
*
delegate
,
75
// The view
delegate
that shows the bubble. Owns us.
76
Delegate
* delegate_;
/external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.h
24
class
Delegate
{
26
virtual ~
Delegate
() {}
34
// |
delegate
| cannot be null.
35
explicit MenuBarHelper(
Delegate
*
delegate
);
76
Delegate
* delegate_;
Completed in 190 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>