/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | 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, ty… in create() 51 BarProp(Frame*, Type);
|
D | BarProp.cpp | 38 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()
|
D | DOMWindow.h | 40 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 …]
|
D | DOMWindow.cpp | 640 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 …]
|
D | Window.idl | 38 [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;
|
D | BarProp.idl | 29 interface BarProp {
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 124 ../core/frame/BarProp.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.darwin-arm.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.linux-mips.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.linux-arm.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | interface_dependencies.target.linux-x86.mk | 21 …re/fileapi/Stream.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/frame/BarProp.idl $(LOCAL_PATH)…
|
D | bindings_sources.target.linux-arm.mk | 1379 …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
|
D | bindings_sources.target.linux-x86.mk | 1379 …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
|
D | bindings_sources.target.linux-mips.mk | 1379 …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
|
D | bindings_sources.target.darwin-mips.mk | 1379 …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
|
D | bindings_sources.target.darwin-arm.mk | 1379 …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/ |
D | core.gypi | 130 'frame/BarProp.idl', 1216 'frame/BarProp.cpp', 1217 'frame/BarProp.h',
|
D | webcore_remaining.target.linux-arm.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 401 third_party/WebKit/Source/core/frame/BarProp.cpp \
|