Searched defs:SetDelegate (Results 26 - 50 of 64) sorted by relevance

123

/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager.cc24 void WebContentsModalDialogManager::SetDelegate( function in class:web_modal::WebContentsModalDialogManager
/external/chromium_org/content/shell/renderer/test_runner/
H A Dspell_check_client.cc43 void SpellCheckClient::SetDelegate(WebTestDelegate* delegate) { function in class:content::SpellCheckClient
H A Dtest_interfaces.cc50 accessibility_controller_->SetDelegate(0);
51 event_sender_->SetDelegate(0);
52 // gamepad_controller_ ignores SetDelegate(0)
54 test_runner_->SetDelegate(0);
67 void TestInterfaces::SetDelegate(WebTestDelegate* delegate) { function in class:content::TestInterfaces
68 accessibility_controller_->SetDelegate(delegate);
69 event_sender_->SetDelegate(delegate);
72 test_runner_->SetDelegate(delegate);
H A Dweb_permissions.cc102 void WebPermissions::SetDelegate(WebTestDelegate* delegate) { function in class:content::WebPermissions
H A Daccessibility_controller.cc207 void AccessibilityController::SetDelegate(WebTestDelegate* delegate) { function in class:content::AccessibilityController
H A Dmock_web_speech_recognizer.cc118 void MockWebSpeechRecognizer::SetDelegate(WebTestDelegate* delegate) { function in class:content::MockWebSpeechRecognizer
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.h64 void SetDelegate(Delegate* delegate) { delegate_ = delegate; } function in class:mojo::ApplicationManager
/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc15 void DummyInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) { function in class:ui::DummyInputMethod
H A Dinput_method_base.cc31 void InputMethodBase::SetDelegate(internal::InputMethodDelegate* delegate) { function in class:ui::InputMethodBase
H A Dmock_input_method.cc19 void MockInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) { function in class:ui::MockInputMethod
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.cc134 void AppLaunchSplashScreenHandler::SetDelegate( function in class:chromeos::AppLaunchSplashScreenHandler
H A Derror_screen_handler.cc54 void ErrorScreenHandler::SetDelegate(ErrorScreenActorDelegate* delegate) { function in class:chromeos::ErrorScreenHandler
H A Dnetwork_screen_handler.cc91 void NetworkScreenHandler::SetDelegate(NetworkScreenActor::Delegate* screen) { function in class:chromeos::NetworkScreenHandler
H A Dsupervised_user_creation_screen_handler.cc276 void SupervisedUserCreationScreenHandler::SetDelegate(Delegate* delegate) { function in class:chromeos::SupervisedUserCreationScreenHandler
H A Dcore_oobe_handler.cc71 void CoreOobeHandler::SetDelegate(Delegate* delegate) { function in class:chromeos::CoreOobeHandler
/external/chromium_org/content/renderer/p2p/
H A Dsocket_client_impl.cc141 void P2PSocketClientImpl::SetDelegate(P2PSocketClientDelegate* delegate) { function in class:content::P2PSocketClientImpl
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_time_tracker.cc246 void ExtensionWebRequestTimeTracker::SetDelegate( function in class:ExtensionWebRequestTimeTracker
/external/chromium_org/ppapi/tests/
H A Dtest_utils.h112 void SetDelegate(Delegate* delegate) { delegate_ = delegate; } function in class:TestCompletionCallback
219 void SetDelegate(TestCompletionCallback::Delegate* delegate) { function in class:TestCompletionCallbackWithOutput
220 callback_.SetDelegate(delegate);
/external/chromium_org/ui/accessibility/
H A Dax_tree.cc66 void AXTree::SetDelegate(AXTreeDelegate* delegate) { function in class:ui::AXTree
/external/chromium_org/ash/wm/
H A Dlock_state_controller.cc75 void LockStateController::SetDelegate( function in class:ash::LockStateController
H A Dwindow_state.cc94 void WindowState::SetDelegate(scoped_ptr<WindowStateDelegate> delegate) { function in class:ash::wm::WindowState
/external/chromium_org/components/gcm_driver/
H A Dgcm_stats_recorder_impl.cc158 void GCMStatsRecorderImpl::SetDelegate(Delegate* delegate) { function in class:gcm::GCMStatsRecorderImpl
/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc109 // by this array, rather by whoever calls BrowserThread::SetDelegate.
528 void BrowserThread::SetDelegate(ID identifier, function in class:content::BrowserThread
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc113 void LayerAnimator::SetDelegate(LayerAnimationDelegate* delegate) { function in class:ui::LayerAnimator
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermissions_bubble_view.cc429 void PermissionBubbleViewViews::SetDelegate(Delegate* delegate) { function in class:PermissionBubbleViewViews

Completed in 467 milliseconds

123