OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setdelegate
(Results
76 - 100
of
460
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/shell/renderer/test_runner/
spell_check_client.h
23
void
SetDelegate
(WebTestDelegate* delegate);
test_interfaces.h
44
void
SetDelegate
(WebTestDelegate* delegate);
web_permissions.h
44
void
SetDelegate
(WebTestDelegate*);
web_test_interfaces.h
37
void
SetDelegate
(WebTestDelegate* delegate);
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
main.m
36
[NSApp
setDelegate
:delegate];
/external/chromium_org/ui/base/ime/
dummy_input_method.cc
15
void DummyInputMethod::
SetDelegate
(internal::InputMethodDelegate* delegate) {
dummy_input_method.h
20
virtual void
SetDelegate
(
input_method_minimal.cc
15
SetDelegate
(delegate);
/external/chromium_org/ui/message_center/cocoa/
popup_controller.mm
134
[boundsAnimation_
setDelegate
:nil];
213
[boundsAnimation_
setDelegate
:self];
238
[boundsAnimation_
setDelegate
:self];
263
[boundsAnimation_
setDelegate
:self];
/external/chromium_org/ui/views/ime/
null_input_method.cc
11
void NullInputMethod::
SetDelegate
(
null_input_method.h
25
virtual void
SetDelegate
(internal::InputMethodDelegate* delegate) OVERRIDE;
/packages/apps/Gallery2/src/com/android/photos/
AlbumActivity.java
36
mMultiChoiceManager.
setDelegate
(albumFragment);
/external/chromium_org/net/spdy/
spdy_stream_unittest.cc
157
stream->
SetDelegate
(&delegate);
224
stream.
SetDelegate
(&delegate);
275
stream->
SetDelegate
(&delegate);
358
stream->
SetDelegate
(&delegate);
419
stream->
SetDelegate
(&delegate);
476
stream->
SetDelegate
(&delegate);
534
stream->
SetDelegate
(&delegate);
609
stream->
SetDelegate
(&delegate);
689
stream->
SetDelegate
(&delegate);
758
stream->
SetDelegate
(&delegate)
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc
29
actor_->
SetDelegate
(this);
37
actor_->
SetDelegate
(NULL);
network_screen.cc
50
actor_->
SetDelegate
(this);
55
actor_->
SetDelegate
(NULL);
terms_of_service_screen.cc
34
actor_->
SetDelegate
(this);
39
actor_->
SetDelegate
(NULL);
/external/chromium_org/chrome/browser/net/
chrome_network_delegate_unittest.cc
124
void
SetDelegate
(net::NetworkDelegate* delegate) {
175
SetDelegate
(delegate.get());
271
SetDelegate
(delegate.get());
329
void
SetDelegate
(net::NetworkDelegate* delegate) {
363
SetDelegate
(delegate.get());
372
SetDelegate
(delegate.get());
387
SetDelegate
(delegate.get());
403
SetDelegate
(delegate.get());
/external/chromium_org/chrome/browser/ui/cocoa/
color_chooser_mac.mm
114
[panel
setDelegate
:self];
124
[panel
setDelegate
:nil];
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
supervised_user_creation_screen_handler.h
29
// is destroyed earlier then it has to call
SetDelegate
(NULL).
73
virtual void
SetDelegate
(Delegate* delegate);
/external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc
42
nacl::NaClBrowser::
SetDelegate
(nacl_browser_delegate_);
47
nacl::NaClBrowser::
SetDelegate
(NULL);
/external/chromium_org/components/storage_monitor/
image_capture_device_manager.mm
55
[deviceBrowser_
setDelegate
:self];
69
[deviceBrowser_
setDelegate
:nil];
/external/chromium_org/content/browser/
transition_browsertest.cc
102
ResourceDispatcherHost::Get()->
SetDelegate
(observer.get());
117
ResourceDispatcherHost::Get()->
SetDelegate
(observer.get());
/external/chromium_org/content/browser/web_contents/
opened_by_dom_browsertest.cc
53
web_contents->
SetDelegate
(&close_tracking_delegate);
66
web_contents->
SetDelegate
(old_delegate);
/external/chromium_org/device/bluetooth/
bluetooth_l2cap_channel_mac.mm
74
[channel_
setDelegate
:nil];
115
[channel_
setDelegate
:delegate_];
bluetooth_rfcomm_channel_mac.mm
66
[channel_
setDelegate
:nil];
110
[channel_
setDelegate
:delegate_];
Completed in 711 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>