HomeSort by relevance Sort by last modified time
    Searched defs:WebGeolocationPolicyListener (Results 1 - 2 of 2) 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();

Completed in 215 milliseconds