HomeSort by relevance Sort by last modified time
    Searched defs:WebActionPropertyBag (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebActionPropertyBag.h 37 class WebActionPropertyBag : public IPropertyBag {
39 static WebActionPropertyBag* createInstance(const WebCore::NavigationAction&, PassRefPtr<WebCore::HTMLFormElement>, PassRefPtr<WebCore::Frame>);
42 WebActionPropertyBag(const WebCore::NavigationAction&, PassRefPtr<WebCore::HTMLFormElement>, PassRefPtr<WebCore::Frame>);
43 ~WebActionPropertyBag();
WebActionPropertyBag.cpp 28 #include "WebActionPropertyBag.h"
44 // WebActionPropertyBag ------------------------------------------------
46 WebActionPropertyBag::WebActionPropertyBag(const NavigationAction& action, PassRefPtr<HTMLFormElement> form, PassRefPtr<Frame> frame)
53 gClassNameCount.add("WebActionPropertyBag");
56 WebActionPropertyBag::~WebActionPropertyBag()
59 gClassNameCount.remove("WebActionPropertyBag");
62 WebActionPropertyBag* WebActionPropertyBag::createInstance(const NavigationAction& action, PassRefPtr<HTMLFormElement> form, PassRefPtr<Frame (…)
    [all...]

Completed in 18 milliseconds