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

  /external/webkit/Source/WebKit/win/
WebElementPropertyBag.h 36 class WebElementPropertyBag : public IPropertyBag
39 static WebElementPropertyBag* createInstance(const WebCore::HitTestResult&);
42 WebElementPropertyBag(const WebCore::HitTestResult&);
43 ~WebElementPropertyBag();
WebElementPropertyBag.cpp 28 #include "WebElementPropertyBag.h"
43 // WebElementPropertyBag -----------------------------------------------
44 WebElementPropertyBag::WebElementPropertyBag(const HitTestResult& result)
49 gClassNameCount.add("WebElementPropertyBag");
52 WebElementPropertyBag::~WebElementPropertyBag()
55 gClassNameCount.remove("WebElementPropertyBag");
58 WebElementPropertyBag* WebElementPropertyBag::createInstance(const HitTestResult& result
    [all...]

Completed in 130 milliseconds