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

  /external/chromium_org/third_party/WebKit/Source/core/page/
BarProp.cpp 30 #include "core/page/BarProp.h"
38 BarProp::BarProp(Frame* frame, Type type)
45 BarProp::Type BarProp::type() const
50 bool BarProp::visible() const
BarProp.h 41 class BarProp : public ScriptWrappable, public RefCounted<BarProp>, public DOMWindowProperty {
45 static PassRefPtr<BarProp> create(Frame* frame, Type type) { return adoptRef(new BarProp(frame, type)); }
51 BarProp(Frame*, Type);

Completed in 513 milliseconds