HomeSort by relevance Sort by last modified time
    Searched full:webgeolocationpolicylistener (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/win/
WebGeolocationPolicyListener.cpp 28 #include "WebGeolocationPolicyListener.h"
34 // WebGeolocationPolicyListener ----------------------------------------------------------------
36 COMPtr<WebGeolocationPolicyListener> WebGeolocationPolicyListener::createInstance(PassRefPtr<Geolocation> geolocation)
38 return new WebGeolocationPolicyListener(geolocation);
41 WebGeolocationPolicyListener::WebGeolocationPolicyListener(PassRefPtr<Geolocation> geolocation)
46 gClassNameCount.add("WebGeolocationPolicyListener");
49 WebGeolocationPolicyListener::~WebGeolocationPolicyListener()
    [all...]
WebGeolocationPolicyListener.h 38 class WebGeolocationPolicyListener : public IWebGeolocationPolicyListener {
40 static COMPtr<WebGeolocationPolicyListener> createInstance(PassRefPtr<WebCore::Geolocation>);
52 WebGeolocationPolicyListener(PassRefPtr<WebCore::Geolocation>);
53 ~WebGeolocationPolicyListener();
ChangeLog 351 * WebGeolocationPolicyListener.h:
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.mm 40 @interface WebGeolocationPolicyListener : NSObject <WebGeolocationPolicyListener>
79 WebGeolocationPolicyListener* listener = [[WebGeolocationPolicyListener alloc] initWithGeolocation:geolocation];
98 @implementation WebGeolocationPolicyListener
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebGeolocationClient.cpp 31 #include "WebGeolocationPolicyListener.h"
98 COMPtr<WebGeolocationPolicyListener> listener = WebGeolocationPolicyListener::createInstance(geolocation);
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegatePrivate.h 123 @protocol WebGeolocationPolicyListener <NSObject>
225 listener:(id<WebGeolocationPolicyListener>)listener;
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 186 - (void)webView:(WebView *)webView decidePolicyForGeolocationRequestFromOrigin:(WebSecurityOrigin *)origin frame:(WebFrame *)frame listener:(id<WebGeolocationPolicyListener>)listener
221 id<WebGeolocationPolicyListener> listener;
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit.vcproj 515 RelativePath="..\WebGeolocationPolicyListener.h"
931 RelativePath="..\WebGeolocationPolicyListener.cpp"
  /external/webkit/Source/WebKit/mac/
WebKit.order     [all...]
ChangeLog-2010-01-29     [all...]
ChangeLog     [all...]

Completed in 881 milliseconds