HomeSort by relevance Sort by last modified time
    Searched defs:Widget (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 33 // widget.cc
36 // Widget is a very simple class used for demonstrating the use of gtest
38 #include "widget.h"
40 Widget::Widget(int number, const std::string& name)
44 Widget::~Widget() {}
46 float Widget::GetFloatValue() const {
50 int Widget::GetIntValue() const {
54 std::string Widget::GetStringValue() const
    [all...]
widget.h 33 // widget.h
36 // Widget is a very simple class used for demonstrating the use of gtest. It
42 class Widget {
44 Widget(int number, const std::string& name);
45 ~Widget();
  /frameworks/base/core/java/android/annotation/
Widget.java 25 * Indicates a class is a widget usable by application developers to create UI.
29 * <li>The widget is not in the package <code>android.widget</code></li>
30 * <li>The widget extends <code>android.view.ViewGroup</code></li>
36 public @interface Widget {
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.h 32 class Widget;
36 class Widget : public QWidget {
42 Widget(QWidget* parent = 0);
43 ~Widget();
69 Ui::Widget* ui;
widget.cpp 20 #include "widget.h"
28 Widget::Widget(QWidget* parent) :
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
    [all...]
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 27 #include "Widget.h"
39 Widget::Widget(PlatformWidget widget)
41 init(widget);
44 Widget::~Widget()
50 IntRect Widget::frameRect() const
57 void Widget::setFocus(bool focused)
62 void Widget::paint(GraphicsContext* ctx, const IntRect& r
112 const Widget* widget = this; local
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
WidgetBrew.cpp 27 #include "Widget.h"
36 Widget::Widget(PlatformWidget widget)
38 init(widget);
41 Widget::~Widget()
45 IntRect Widget::frameRect() const
50 void Widget::setFrameRect(const IntRect& rect)
55 void Widget::setFocus(bool
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
WidgetChromium.cpp 32 #include "Widget.h"
40 Widget::Widget(PlatformWidget widget)
42 init(widget);
45 Widget::~Widget()
50 void Widget::show()
54 void Widget::hide()
58 void Widget::setCursor(const Cursor& cursor
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
WidgetGtk.cpp 29 #include "Widget.h"
44 Widget::Widget(PlatformWidget widget)
46 init(widget);
49 Widget::~Widget()
55 void Widget::setFocus(bool focused)
61 void Widget::setCursor(const Cursor& cursor)
69 void Widget::show(
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
WidgetQt.cpp 33 #include "Widget.h"
52 Widget::Widget(QWidget* widget)
54 init(widget);
57 Widget::~Widget()
62 IntRect Widget::frameRect() const
67 void Widget::setFrameRect(const IntRect& rect)
74 void Widget::setFocus(bool focused
    [all...]
  /external/webkit/Source/WebCore/platform/win/
WidgetWin.cpp 27 #include "Widget.h"
44 Widget::Widget(PlatformWidget widget)
46 init(widget);
49 Widget::~Widget()
54 void Widget::show()
58 void Widget::hide()
64 void Widget::setCursor(const Cursor& cursor
    [all...]
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 26 #include "Widget.h"
40 Widget::Widget(PlatformWidget widget)
42 init(widget);
45 Widget::~Widget()
49 void Widget::setFocus(bool focused)
52 if (PlatformWidget widget = platformWidget())
53 widget->SetFocus()
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 30 #include "Widget.h"
41 AutoPlatformWidgetLocker(PlatformWidget widget)
42 : m_widget(widget)
63 Widget::Widget(PlatformWidget widget)
66 init(widget);
69 Widget::~Widget()
73 IntRect Widget::frameRect() cons
    [all...]
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.h 20 typedef struct _GtkWidget Widget;
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 32 #include "Widget.h"
152 Widget::Widget(PlatformWidget widget)
160 init(widget);
163 Widget::~Widget()
173 IntRect Widget::frameRect() const
178 void Widget::setFrameRect(const IntRect& rect)
181 Widget::frameRectsChanged()
    [all...]
  /external/webkit/Source/WebCore/platform/
Widget.h 122 // The Widget class serves as a base class for three kinds of objects:
127 // A widget may or may not be backed by a platform-specific object (e.g., HWND on Windows, NSView on Mac, QWidget on Qt).
130 // tree. Only ScrollViews can have children (and therefore the Widget class has no concept of children).
135 // Plugin - Mac, Windows (windowed only), Qt (windowed only, widget is an HWND on windows), Gtk (windowed only)
137 class Widget : public RefCounted<Widget> {
139 Widget(PlatformWidget = 0);
140 virtual ~Widget();
147 void setTopLevelPlatformWidget(PlatformWidget widget)
149 m_topLevelPlatformWidget = widget;
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 360 milliseconds

1 2