Home
last modified time | relevance | path

Searched refs:BarProp (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
DBarProp.h41 class BarProp : public ScriptWrappable, public RefCounted<BarProp>, public DOMWindowProperty {
45 …static PassRefPtr<BarProp> create(Frame* frame, Type type) { return adoptRef(new BarProp(frame, ty… in create()
51 BarProp(Frame*, Type);
DBarProp.cpp38 BarProp::BarProp(Frame* frame, Type type) in BarProp() function in WebCore::BarProp
45 BarProp::Type BarProp::type() const in type()
50 bool BarProp::visible() const in visible()
DDOMWindow.h40 class BarProp; variable
126 BarProp* locationbar() const;
127 BarProp* menubar() const;
128 BarProp* personalbar() const;
129 BarProp* scrollbars() const;
130 BarProp* statusbar() const;
131 BarProp* toolbar() const;
352 mutable RefPtr<BarProp> m_locationbar;
353 mutable RefPtr<BarProp> m_menubar;
354 mutable RefPtr<BarProp> m_personalbar;
[all …]
DDOMWindow.cpp640 BarProp* DOMWindow::locationbar() const in locationbar()
646 m_locationbar = BarProp::create(m_frame, BarProp::Locationbar); in locationbar()
650 BarProp* DOMWindow::menubar() const in menubar()
656 m_menubar = BarProp::create(m_frame, BarProp::Menubar); in menubar()
660 BarProp* DOMWindow::personalbar() const in personalbar()
666 m_personalbar = BarProp::create(m_frame, BarProp::Personalbar); in personalbar()
670 BarProp* DOMWindow::scrollbars() const in scrollbars()
676 m_scrollbars = BarProp::create(m_frame, BarProp::Scrollbars); in scrollbars()
680 BarProp* DOMWindow::statusbar() const in statusbar()
686 m_statusbar = BarProp::create(m_frame, BarProp::Statusbar); in statusbar()
[all …]
DWindow.idl38 [Replaceable] readonly attribute BarProp locationbar;
39 [Replaceable] readonly attribute BarProp menubar;
40 [Replaceable] readonly attribute BarProp personalbar;
41 [Replaceable] readonly attribute BarProp scrollbars;
42 [Replaceable] readonly attribute BarProp statusbar;
43 [Replaceable] readonly attribute BarProp toolbar;
DBarProp.idl29 interface BarProp {
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp124 ../core/frame/BarProp.idl
Dinterface_dependencies.target.darwin-mips.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dinterface_dependencies.target.darwin-x86.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dinterface_dependencies.target.darwin-arm.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dinterface_dependencies.target.linux-mips.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dinterface_dependencies.target.linux-arm.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dinterface_dependencies.target.linux-x86.mk21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
Dbindings_sources.target.linux-arm.mk1379 …ndings/V8BarProp.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
1380 …--preprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/frame/BarProp.idl
Dbindings_sources.target.linux-x86.mk1379 …ndings/V8BarProp.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
1380 …--preprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/frame/BarProp.idl
Dbindings_sources.target.linux-mips.mk1379 …ndings/V8BarProp.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
1380 …--preprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/frame/BarProp.idl
Dbindings_sources.target.darwin-mips.mk1379 …ndings/V8BarProp.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
1380 …--preprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/frame/BarProp.idl
Dbindings_sources.target.darwin-arm.mk1379 …ndings/V8BarProp.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
1380 …--preprocessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/frame/BarProp.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi130 'frame/BarProp.idl',
1216 'frame/BarProp.cpp',
1217 'frame/BarProp.h',
Dwebcore_remaining.target.linux-arm.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \
Dwebcore_remaining.target.linux-x86.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \
Dwebcore_remaining.target.linux-mips.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \
Dwebcore_remaining.target.darwin-arm.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \
Dwebcore_remaining.target.darwin-x86.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \
Dwebcore_remaining.target.darwin-mips.mk401 third_party/WebKit/Source/core/frame/BarProp.cpp \

12