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

/external/webkit/WebKit/win/
H A DWebActionPropertyBag.h37 class WebActionPropertyBag : public IPropertyBag { class in inherits: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();
H A DWebActionPropertyBag.cpp28 #include "WebActionPropertyBag.h"
44 // WebActionPropertyBag ------------------------------------------------
46 WebActionPropertyBag::WebActionPropertyBag(const NavigationAction& action, PassRefPtr<HTMLFormElement> form, PassRefPtr<Frame> frame) function in class:WebActionPropertyBag
53 gClassNameCount.add("WebActionPropertyBag");
56 WebActionPropertyBag::~WebActionPropertyBag()
59 gClassNameCount.remove("WebActionPropertyBag");
62 WebActionPropertyBag* WebActionPropertyBag
[all...]

Completed in 24 milliseconds