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

  /external/webkit/Source/WebCore/page/
BarInfo.cpp 30 #include "BarInfo.h"
38 BarInfo::BarInfo(Frame* frame, Type type)
44 Frame* BarInfo::frame() const
49 void BarInfo::disconnectFrame()
54 BarInfo::Type BarInfo::type() const
59 bool BarInfo::visible() const
BarInfo.h 39 class BarInfo : public RefCounted<BarInfo> {
43 static PassRefPtr<BarInfo> create(Frame* frame, Type type) { return adoptRef(new BarInfo(frame, type)); }
53 BarInfo(Frame*, Type);

Completed in 532 milliseconds