Searched defs:Widget (Results 1 - 22 of 22) sorted by relevance

/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget { class
44 Widget(int number, const std::string& name);
45 ~Widget();
H A Dwidget.cc36 // Widget is a very simple class used for demonstrating the use of gtest
40 Widget::Widget(int number, const std::string& name) function in class:Widget
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const {
58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
/external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/
H A Dwidget.h36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget { class
44 Widget(int number, const std::string& name);
45 ~Widget();
H A Dwidget.cc36 // Widget is a very simple class used for demonstrating the use of gtest
40 Widget::Widget(int number, const std::string& name) function in class:Widget
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const {
58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget { class
44 Widget(int number, const std::string& name);
45 ~Widget();
H A Dwidget.cc36 // Widget is a very simple class used for demonstrating the use of gtest
40 Widget::Widget(int number, const std::string& name) function in class:Widget
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const {
58 void Widget::GetCharPtrValue(char* buffer, size_t max_size) const {
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/
H A Dwidget.h32 class Widget;
36 class Widget : public QWidget { class in inherits:QWidget
42 Widget(QWidget* parent = 0);
43 ~Widget();
69 Ui::Widget* ui;
H A Dwidget.cpp28 Widget::Widget(QWidget* parent) : function in class:Widget
30 ui(new Ui::Widget)
35 void Widget::refreshJS()
39 void Widget::start()
46 void Widget::completeTest()
55 void Widget::setPixmap(const QPixmap& p)
59 QPixmap Widget::pixmap() const
68 void Widget::setImage(const QImage& img)
73 QImage Widget
[all...]
/external/webkit/Source/WebCore/platform/brew/
H A DWidgetBrew.cpp27 #include "Widget.h"
36 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
41 Widget::~Widget()
45 IntRect Widget::frameRect() const
50 void Widget::setFrameRect(const IntRect& rect)
55 void Widget::setFocus(bool)
59 void Widget::setCursor(const Cursor& cursor)
63 void Widget
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DWidgetChromium.cpp32 #include "Widget.h"
40 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
45 Widget::~Widget()
50 void Widget::show()
54 void Widget::hide()
58 void Widget::setCursor(const Cursor& cursor)
65 void Widget::paint(GraphicsContext*, const IntRect&)
69 void Widget
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DWidgetWin.cpp27 #include "Widget.h"
44 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
49 Widget::~Widget()
54 void Widget::show()
58 void Widget::hide()
64 void Widget::setCursor(const Cursor& cursor)
79 void Widget::paint(GraphicsContext*, const IntRect&)
83 void Widget
[all...]
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp26 #include "Widget.h"
40 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
45 Widget::~Widget()
49 void Widget::setFocus(bool focused)
57 void Widget::setCursor(const Cursor& cursor)
65 void Widget::show()
71 void Widget::hide()
77 IntRect Widget
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DWidgetAndroid.cpp27 #include "Widget.h"
39 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
44 Widget::~Widget()
50 IntRect Widget::frameRect() const
57 void Widget::setFocus(bool focused)
62 void Widget::paint(GraphicsContext* ctx, const IntRect& r)
66 void Widget::releasePlatformWidget()
71 void Widget
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetGtk.cpp29 #include "Widget.h"
44 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
49 Widget::~Widget()
55 void Widget::setFocus(bool focused)
61 void Widget::setCursor(const Cursor& cursor)
69 void Widget::show()
77 void Widget::hide()
85 void Widget
[all...]
/external/webkit/Source/WebCore/platform/haiku/
H A DWidgetHaiku.cpp30 #include "Widget.h"
63 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
69 Widget::~Widget()
73 IntRect Widget::frameRect() const
78 void Widget::setFrameRect(const IntRect& rect)
83 void Widget::setFocus(bool focused)
92 void Widget::setCursor(const Cursor& cursor)
99 void Widget
[all...]
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp33 #include "Widget.h"
52 Widget::Widget(QWidget* widget) function in class:WebCore::Widget
57 Widget::~Widget()
62 IntRect Widget::frameRect() const
67 void Widget::setFrameRect(const IntRect& rect)
74 void Widget::setFocus(bool focused)
78 void Widget::setCursor(const Cursor& cursor)
88 void Widget
[all...]
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.h20 typedef struct _GtkWidget Widget; typedef in typeref:struct:_GtkWidget
/external/webkit/Source/WebCore/platform/
H A DWidget.cpp27 #include "Widget.h"
36 void Widget::init(PlatformWidget widget)
46 void Widget::setParent(ScrollView* view)
56 ScrollView* Widget::root() const
58 const Widget* top = this;
66 void Widget::removeFromParent()
72 IntRect Widget::convertFromContainingWindow(const IntRect& windowRect) const
81 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const
90 IntPoint Widget::convertFromContainingWindow(const IntPoint& windowPoint) const
99 IntPoint Widget
113 convertFromRootToContainingWindow(const Widget*, const IntRect& rect) argument
118 convertFromContainingWindowToRoot(const Widget*, const IntRect& rect) argument
123 convertFromRootToContainingWindow(const Widget*, const IntPoint& point) argument
128 convertFromContainingWindowToRoot(const Widget*, const IntPoint& point) argument
[all...]
H A DWidget.h122 // The Widget class serves as a base class for three kinds of objects:
130 // tree. Only ScrollViews can have children (and therefore the Widget class has no concept of children).
137 class Widget : public RefCounted<Widget> { class in namespace:WebCore
139 Widget(PlatformWidget = 0);
140 virtual ~Widget();
221 static void beforeMouseDown(NSView*, Widget*);
222 static void afterMouseDown(NSView*, Widget*);
260 void init(PlatformWidget); // Must be called by all Widget constructors to initialize cross-platform data.
267 static IntRect convertFromRootToContainingWindow(const Widget* rootWidge
[all...]
/external/webkit/Source/WebCore/platform/efl/
H A DWidgetEfl.cpp32 #include "Widget.h"
152 Widget::Widget(PlatformWidget widget) function in class:WebCore::Widget
163 Widget::~Widget()
173 IntRect Widget::frameRect() const
178 void Widget::setFrameRect(const IntRect& rect)
181 Widget::frameRectsChanged();
184 void Widget::frameRectsChanged()
203 void Widget
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 349 milliseconds