HomeSort by relevance Sort by last modified time
    Searched refs:decidePolicyForGeolocationRequest (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 99 HRESULT hr = uiDelegatePrivate2->decidePolicyForGeolocationRequest(m_webView.get(), kit(frame), origin.get(), listener.get());
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 100 HRESULT decidePolicyForGeolocationRequest([in] IWebView* sender, [in] IWebFrame* frame, [in] IWebSecurityOrigin* origin, [in] IWebGeolocationPolicyListener* listener);
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 652 HRESULT STDMETHODCALLTYPE UIDelegate::decidePolicyForGeolocationRequest(IWebView* sender, IWebFrame* frame, IWebSecurityOrigin* origin, IWebGeolocationPolicyListener* listener)
UIDelegate.h 332 virtual HRESULT STDMETHODCALLTYPE decidePolicyForGeolocationRequest(IWebView* sender, IWebFrame* frame, IWebSecurityOrigin* origin, IWebGeolocationPolicyListener* listener);

Completed in 147 milliseconds