Searched defs:WebGeolocationPolicyListener (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebGeolocationPolicyListener.h38 class WebGeolocationPolicyListener : public IWebGeolocationPolicyListener { class in inherits:IWebGeolocationPolicyListener
40 static COMPtr<WebGeolocationPolicyListener> createInstance(PassRefPtr<WebCore::Geolocation>);
52 WebGeolocationPolicyListener(PassRefPtr<WebCore::Geolocation>);
53 ~WebGeolocationPolicyListener();
H A DWebGeolocationPolicyListener.cpp28 #include "WebGeolocationPolicyListener.h"
34 // WebGeolocationPolicyListener ----------------------------------------------------------------
36 COMPtr<WebGeolocationPolicyListener> WebGeolocationPolicyListener::createInstance(PassRefPtr<Geolocation> geolocation)
38 return new WebGeolocationPolicyListener(geolocation);
41 WebGeolocationPolicyListener::WebGeolocationPolicyListener(PassRefPtr<Geolocation> geolocation) function in class:WebGeolocationPolicyListener
46 gClassNameCount.add("WebGeolocationPolicyListener");
49 WebGeolocationPolicyListener::~WebGeolocationPolicyListener()
[all...]

Completed in 126 milliseconds