Searched defs:delegate (Results 1 - 25 of 1356) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCVideoRenderer.h52 @property(nonatomic, weak) id<RTCVideoRendererDelegate> delegate; variable
54 // Initialize the renderer. Requires a delegate which does the actual drawing
56 - (instancetype)initWithDelegate:(id<RTCVideoRendererDelegate>)delegate;
H A DRTCEAGLVideoView.h45 @property(nonatomic, weak) id<RTCEAGLVideoViewDelegate> delegate; variable
H A DRTCNSGLVideoView.h46 @property(nonatomic, weak) id<RTCNSGLVideoViewDelegate> delegate; variable
H A DRTCMediaStreamTrack.h46 @property(nonatomic, weak) id<RTCMediaStreamTrackDelegate> delegate; variable
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DGAEChannelClient.h47 @property(nonatomic, weak) id<GAEMessageHandler> delegate; variable
50 delegate:(id<GAEMessageHandler>)delegate;
H A DAPPRTCConnectionManager.h54 // Abstracts the network connection aspect of AppRTC. The delegate will receive
58 @property(nonatomic, weak) id<APPRTCConnectionManagerDelegate> delegate; variable
61 - (instancetype)initWithDelegate:(id<APPRTCConnectionManagerDelegate>)delegate
H A DAPPRTCAppClient.h55 @property(nonatomic, weak) id<APPRTCAppClientDelegate> delegate; variable
57 - (instancetype)initWithDelegate:(id<APPRTCAppClientDelegate>)delegate
/external/chromium_org/ash/shelf/
H A Dshelf_menu_model.h16 explicit ShelfMenuModel(ui::SimpleMenuModel::Delegate* delegate) argument
17 : ui::SimpleMenuModel(delegate) {}
/external/chromium_org/ash/shell/
H A Dshell_main.cc18 ash::shell::ShellMainDelegate delegate; local
19 content::ContentMainParams params(&delegate);
H A Dwindow_watcher_unittest.cc27 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl; local
30 init_params.delegate = delegate;
39 delegate->SetWatcher(window_watcher.get());
42 delegate->SetWatcher(NULL);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_browsertest.cc24 MockTabModalConfirmDialogDelegate* delegate = local
26 TabModalConfirmDialog::Create(delegate, web_contents);
38 delegate->Cancel();
/external/chromium_org/chromecast/shell/app/
H A Dcast_main.cc9 chromecast::shell::CastMainDelegate delegate; local
10 content::ContentMainParams params(&delegate);
/external/chromium_org/components/copresence/
H A Dcopresence_manager.cc15 CopresenceDelegate* delegate) {
16 CopresenceManagerImpl* manager = new CopresenceManagerImpl(delegate);
19 manager->rpc_handler_.reset(new RpcHandler(delegate));
34 DCHECK(delegate->GetWhispernetClient());
35 delegate->GetWhispernetClient()->Initialize(
14 Create( CopresenceDelegate* delegate) argument
/external/chromium_org/content/shell/app/
H A Dshell_content_main.cc13 content::ShellMainDelegate delegate; local
14 content::ContentMainParams params(&delegate);
/external/chromium_org/extensions/shell/app/
H A Dshell_main.cc18 extensions::ShellMainDelegate delegate; local
19 content::ContentMainParams params(&delegate);
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_stub.cc10 scoped_ptr<PlatformViewport> PlatformViewport::Create(Delegate* delegate) { argument
11 return PlatformViewportHeadless::Create(delegate);
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane_disable.h15 @property (retain) id delegate; variable
H A Dme2me_preference_pane_confirm_pin.h18 @property (retain) id delegate; variable
/external/chromium_org/ui/app_list/cocoa/
H A Dscroll_view_with_no_scrollbars.h26 @property(assign, nonatomic) id<GestureScrollDelegate> delegate; variable
/external/chromium_org/net/base/
H A Dkeygen_handler_nss.cc42 scoped_ptr<crypto::NSSCryptoModuleDelegate> delegate) {
43 crypto_module_delegate_ = delegate.Pass();
41 set_crypto_module_delegate( scoped_ptr<crypto::NSSCryptoModuleDelegate> delegate) argument
/external/chromium_org/ui/events/linux/
H A Dtext_edit_key_bindings_delegate_auralinux.cc10 // Optional delegate. Unowned pointer.
15 TextEditKeyBindingsDelegateAuraLinux* delegate) {
16 text_edit_keybinding_delegate_ = delegate;
14 SetTextEditKeyBindingsDelegate( TextEditKeyBindingsDelegateAuraLinux* delegate) argument
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher.cc13 NestedAcceleratorDelegate* delegate)
14 : delegate_(delegate) {
15 DCHECK(delegate);
12 NestedAcceleratorDispatcher( NestedAcceleratorDelegate* delegate) argument
/external/chromium_org/ash/accelerators/
H A Daccelerator_filter_unittest.cc31 const TestScreenshotDelegate* delegate = GetScreenshotDelegate(); local
32 EXPECT_EQ(0, delegate->handle_take_screenshot_count());
38 EXPECT_EQ(1, delegate->handle_take_screenshot_count());
40 EXPECT_EQ(1, delegate->handle_take_screenshot_count());
52 const TestScreenshotDelegate* delegate = GetScreenshotDelegate(); local
53 EXPECT_EQ(0, delegate->handle_take_screenshot_count());
59 EXPECT_EQ(0, delegate->handle_take_screenshot_count());
61 EXPECT_EQ(0, delegate->handle_take_screenshot_count());
69 const TestScreenshotDelegate* delegate = GetScreenshotDelegate(); local
70 EXPECT_EQ(0, delegate
[all...]
H A Dspoken_feedback_toggler_unittest.cc20 AccessibilityDelegate* delegate = shell->accessibility_delegate(); local
22 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
25 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
27 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
31 EXPECT_FALSE(delegate->IsSpokenFeedbackEnabled());
33 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
35 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
37 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
41 EXPECT_TRUE(delegate->IsSpokenFeedbackEnabled());
43 EXPECT_FALSE(delegate
[all...]
/external/chromium_org/ash/
H A Dshell_init_params.h28 ShellDelegate* delegate; member in struct:ash::ShellInitParams

Completed in 470 milliseconds

1234567891011>>