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

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

Completed in 47 milliseconds