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

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

Completed in 72 milliseconds