Searched defs:listener (Results 1 - 25 of 112) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DNetworkStateNotifier.cpp51 void NetworkStateNotifier::addNetworkStateChangeListener(std::function<void (bool)> listener) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DWebColorPickerClient.cpp32 void WebColorPickerClient::showColorPicker(WebView* webView, const String& color, WKColorPickerResultListenerRef listener) argument
H A DFormClientEfl.cpp42 void FormClientEfl::willSubmitForm(WKPageRef, WKFrameRef /*frame*/, WKFrameRef /*sourceFrame*/, WKDictionaryRef values, WKTypeRef /*userData*/, WKFormSubmissionListenerRef listener, const void* clientInfo) argument
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Drexmlparser.rb14 def listener method in class:RSS.REXMLParser
H A Dxmlparser.rb63 def listener method in class:RSS.XMLParserParser
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp45 void JSGlobalObjectScriptDebugServer::addListener(ScriptDebugListener* listener) argument
60 void JSGlobalObjectScriptDebugServer::removeListener(ScriptDebugListener* listener, bool isBeingDestroyed) argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSErrorHandler.h40 static PassRefPtr<JSErrorHandler> create(JSC::JSObject* listener, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld& world) argument
54 inline PassRefPtr<JSErrorHandler> createJSErrorHandler(JSC::ExecState* exec, JSC::JSValue listener, JSC::JSObject* wrapper) argument
H A DWorkerScriptDebugServer.cpp57 void WorkerScriptDebugServer::addListener(ScriptDebugListener* listener) argument
71 void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener, bool skipRecompile) argument
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DObjCEventListener.h43 static const ObjCEventListener* cast(const EventListener* listener) argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRegisteredEventListener.h34 RegisteredEventListener(PassRefPtr<EventListener> listener, bool useCapture) argument
40 RefPtr<EventListener> listener; member in class:WebCore::RegisteredEventListener
H A DMessagePort.h86 void setOnmessage(PassRefPtr<EventListener> listener) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_file_chooser_request_private.h39 static PassRefPtr<EwkFileChooserRequest> create(WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener) argument
H A Dewk_form_submission_request_private.h41 static PassRefPtr<EwkFormSubmissionRequest> create(WKDictionaryRef values, WKFormSubmissionListenerRef listener) argument
H A Dewk_navigation_policy_decision_private.h49 static PassRefPtr<EwkNavigationPolicyDecision> create(WKFrameNavigationType navigationType, WKEventMouseButton mouseButton, WKEventModifiers modifiers, WKURLRequestRef requestRef, const char* frameName, WKFramePolicyListenerRef listener) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFormClient.cpp31 static void willSubmitForm(WKPageRef, WKFrameRef, WKFrameRef, WKDictionaryRef values, WKTypeRef /* userData */, WKFormSubmissionListenerRef listener, const void* clientInfo) argument
H A DWebKitPolicyDecision.cpp46 RefPtr<WebFramePolicyListenerProxy> listener; member in struct:_WebKitPolicyDecisionPrivate
58 void webkitPolicyDecisionSetListener(WebKitPolicyDecision* decision, WebFramePolicyListenerProxy* listener) argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DRegistryParser.h39 typedef typename Registry<T, U>::listener listener; typedef in class:llvm::RegistryParser
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DEvolveConfig.java27 private EvolveListener listener; field in class:EvolveConfig
65 public void setEvolveListener(EvolveListener listener) { argument
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DGObjectEventListener.cpp79 bool GObjectEventListener::operator==(const EventListener& listener) argument
H A DGObjectEventListener.h48 static void gobjectDestroyedCallback(GObjectEventListener* listener, GObject*) argument
53 static const GObjectEventListener* cast(const EventListener* listener) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DMediaQueryMatcher.h64 MediaQueryListListener* listener() { return m_listener.get(); } function in class:WebCore::MediaQueryMatcher::Listener
H A DMediaQueryList.cpp53 void MediaQueryList::addListener(PassRefPtr<MediaQueryListListener> listener) argument
61 void MediaQueryList::removeListener(PassRefPtr<MediaQueryListListener> listener) argument
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebGeolocationClient.cpp95 COMPtr<WebGeolocationPolicyListener> listener = WebGeolocationPolicyListener::createInstance(geolocation); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/
H A DAPIPolicyClient.h54 virtual void decidePolicyForNavigationAction(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, const WebKit::NavigationActionData&, WebKit::WebFrameProxy*, const WebCore::ResourceRequest&, const WebCore::ResourceRequest&, RefPtr<WebKit::WebFramePolicyListenerProxy> listener, API::Object*) argument
58 virtual void decidePolicyForNewWindowAction(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, const WebKit::NavigationActionData&, const WebCore::ResourceRequest&, const WTF::String&, RefPtr<WebKit::WebFramePolicyListenerProxy> listener, API::Object*) argument
62 virtual void decidePolicyForResponse(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, const WebCore::ResourceResponse&, const WebCore::ResourceRequest&, bool, RefPtr<WebKit::WebFramePolicyListenerProxy> listener, API::Object*) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFormClient.cpp40 bool WebFormClient::willSubmitForm(WebPageProxy* page, WebFrameProxy* frame, WebFrameProxy* sourceFrame, const Vector<std::pair<String, String>>& textFieldValues, API::Object* userData, WebFormSubmissionListenerProxy* listener) argument

Completed in 228 milliseconds

12345