Searched defs:setDelegate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DNotificationPresenter.h51 void setDelegate(WebTestDelegate* delegate) { m_delegate = delegate; } function in class:WebTestRunner::NotificationPresenter
H A DAccessibilityController.h64 void setDelegate(WebTestDelegate* delegate) { m_delegate = delegate; } function in class:WebTestRunner::AccessibilityController
H A DMockWebValidationMessageClient.cpp50 void MockWebValidationMessageClient::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::MockWebValidationMessageClient
H A DGamepadController.cpp59 void GamepadController::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::GamepadController
H A DTestInterfaces.cpp76 m_accessibilityController->setDelegate(0);
77 m_eventSender->setDelegate(0);
78 m_gamepadController->setDelegate(0);
80 m_testRunner->setDelegate(0);
93 void TestInterfaces::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::TestInterfaces
95 m_accessibilityController->setDelegate(delegate);
96 m_eventSender->setDelegate(delegate);
97 m_gamepadController->setDelegate(delegate);
99 m_testRunner->setDelegate(delegate);
H A DWebTestInterfaces.cpp58 void WebTestInterfaces::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::WebTestInterfaces
60 m_interfaces->setDelegate(delegate);
H A DEventSender.h63 void setDelegate(WebTestDelegate* delegate) { m_delegate = delegate; } function in class:WebTestRunner::EventSender
H A DMockWebSpeechInputController.cpp71 void MockWebSpeechInputController::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::MockWebSpeechInputController
H A DMockWebSpeechRecognizer.cpp121 void MockWebSpeechRecognizer::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::MockWebSpeechRecognizer
H A DSpellCheckClient.cpp72 void SpellCheckClient::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::SpellCheckClient
H A DWebPermissions.cpp118 void WebPermissions::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::WebPermissions
H A DWebTestProxy.cpp414 void WebTestProxyBase::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::WebTestProxyBase
417 m_spellcheck->setDelegate(delegate);
418 m_validationMessageClient->setDelegate(delegate);
421 m_speechInputController->setDelegate(delegate);
424 m_speechRecognizer->setDelegate(delegate);
713 m_speechRecognizer->setDelegate(m_delegate);
987 m_speechInputController->setDelegate(m_delegate);
H A DTestRunner.cpp336 void TestRunner::setDelegate(WebTestDelegate* delegate) function in class:WebTestRunner::TestRunner
339 m_webPermissions->setDelegate(delegate);
340 m_notificationPresenter->setDelegate(delegate);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSettings.cpp88 void Settings::setDelegate(SettingsDelegate* delegate) function in class:WebCore::Settings
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java120 ((PropertiesImpl) result).getLastProperties ().setDelegate ((PropertiesImpl) base);
201 scan.setDelegate (_delegateClone);
345 void setDelegate (final PropertiesImpl delegate) method in class:IProperties.Factory.PropertiesImpl
/external/jmdns/src/javax/jmdns/
H A DJmDNS.java431 public abstract Delegate setDelegate(Delegate value); method in class:JmDNS
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java62 * Default constructor. Note: both setDelegate and setDIPScale must be called before the class
68 public void setDelegate(Delegate delegate) { method in class:AwLayoutSizer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DProfilesPanelDescriptor.js101 setDelegate: function(delegate)
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java1320 void setDelegate(Delegate delegate) { method in class:ServiceInfoImpl
H A DJmDNSImpl.java2217 public Delegate setDelegate(Delegate delegate) { method in class:JmDNSImpl
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1420 milliseconds