OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdelegate
(Results
101 - 125
of
460
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.h
65
- (void)
setDelegate
:(id)delegate;
86
- (void)
setDelegate
:(id)delegate;
/external/chromium_org/ui/views/cocoa/
bridged_native_widget.mm
45
[window_
setDelegate
:window_delegate_];
88
[window_
setDelegate
:nil];
/external/chromium_org/ui/views_content_client/
views_content_client_main_parts_mac.mm
56
[[NSApplication sharedApplication]
setDelegate
:app_controller_];
72
[[NSApplication sharedApplication]
setDelegate
:nil];
/external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.cc
30
web_contents->
SetDelegate
(this);
/external/chromium_org/chrome/browser/chromeos/login/screens/
app_launch_splash_screen_actor.h
46
virtual void
SetDelegate
(Delegate* screen) = 0;
controller_pairing_screen_actor.h
76
virtual void
SetDelegate
(Delegate* delegate) = 0;
user_image_screen_actor.h
51
virtual void
SetDelegate
(Delegate* screen) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_animation_unittest.mm
48
[animation
setDelegate
:self];
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
permission_bubble_cocoa.mm
49
void PermissionBubbleCocoa::
SetDelegate
(Delegate* delegate) {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.h
43
virtual void
SetDelegate
(
reset_screen_handler.h
33
virtual void
SetDelegate
(Delegate* delegate) OVERRIDE;
/external/chromium_org/components/omaha_query_params/
omaha_query_params.h
52
static void
SetDelegate
(OmahaQueryParamsDelegate* delegate);
omaha_query_params_unittest.cc
49
OmahaQueryParams::
SetDelegate
(&delegate);
/external/chromium_org/content/renderer/p2p/
socket_client.h
55
virtual void
SetDelegate
(P2PSocketClientDelegate* delegate) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
accessibility_controller.h
38
void
SetDelegate
(WebTestDelegate* delegate);
mock_web_speech_recognizer.h
30
void
SetDelegate
(WebTestDelegate* delegate);
/external/chromium_org/ui/app_list/cocoa/
app_list_view_controller.h
60
- (void)
setDelegate
:(app_list::AppListViewDelegate*)newDelegate;
apps_search_box_controller_unittest.mm
96
[apps_search_box_controller_
setDelegate
:delegate_];
103
[apps_search_box_controller_
setDelegate
:nil];
165
[apps_search_box_controller_
setDelegate
:delegate_];
/external/chromium_org/ui/base/ime/
mock_input_method.cc
19
void MockInputMethod::
SetDelegate
(internal::InputMethodDelegate* delegate) {
mock_input_method.h
32
virtual void
SetDelegate
(internal::InputMethodDelegate* delegate) OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor_unittest.mm
47
[test_window()
setDelegate
:window_delegate_.get()];
127
[editor_
setDelegate
:delegate];
130
[editor_
setDelegate
:nil];
143
[editor_
setDelegate
:delegate];
146
[editor_
setDelegate
:nil];
/external/chromium_org/net/spdy/
spdy_session_unittest.cc
379
spdy_stream1->
SetDelegate
(&delegate1);
385
spdy_stream2->
SetDelegate
(&delegate2);
461
spdy_stream1->
SetDelegate
(&delegate1);
467
spdy_stream2->
SetDelegate
(&delegate2);
539
spdy_stream1->
SetDelegate
(&delegate1);
545
spdy_stream2->
SetDelegate
(&delegate2);
630
spdy_stream->
SetDelegate
(&delegate);
680
spdy_stream->
SetDelegate
(&delegate);
750
spdy_stream->
SetDelegate
(&delegate);
806
spdy_stream->
SetDelegate
(&delegate)
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.m
107
// [iStream
setDelegate
:self];
/external/chromium_org/athena/extensions/
athena_app_delegate_base.cc
83
new_contents->
SetDelegate
(new_window_contents_delegate_.get());
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/password_manager/
PasswordAuthenticationManager.java
99
public static void
setDelegate
(PasswordAuthenticationDelegate delegate) {
Completed in 658 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>