Searched defs:Widget (Results 1 - 14 of 14) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
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 {
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();
/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 ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.cpp28 #include "platform/Widget.h"
35 Widget::Widget() function in class:blink::Widget
42 Widget::~Widget()
47 void Widget::setParent(Widget* widget)
57 Widget* Widget::root() const
59 const Widget* to
159 convertChildToSelf(const Widget*, const IntPoint& point) const argument
164 convertSelfToChild(const Widget*, const IntPoint& point) const argument
[all...]
H A DWidget.h43 // The Widget class serves as a base class for three kinds of objects:
50 // (and therefore the Widget class has no concept of children).
51 class PLATFORM_EXPORT Widget : public RefCounted<Widget> { class in namespace:blink
53 Widget();
54 virtual ~Widget();
95 virtual void setParent(Widget*);
96 Widget* parent() const { return m_parent; }
97 Widget* root() const;
124 virtual IntPoint convertChildToSelf(const Widget*, cons
[all...]
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
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 {
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();
/external/chromium_org/ui/views/widget/
H A Dwidget.cc68 // A default implementation of WidgetDelegate, used by Widget when no
72 explicit DefaultWidgetDelegate(Widget* widget) : widget_(widget) {
80 virtual Widget* GetWidget() OVERRIDE {
83 virtual const Widget* GetWidget() const OVERRIDE {
87 // In most situations where a Widget is used without a delegate the Widget
94 Widget* widget_;
100 // Widget, InitParams:
102 Widget::InitParams::InitParams()
126 Widget
156 Widget::Widget() function in class:views::Widget
[all...]
H A Dwidget.h75 // Widget class
81 // Widget is a platform-independent type that communicates with a platform or
86 // Depending on the value of the InitParams' ownership field, the Widget
90 // The Widget instance is owned by its NativeWidget. When the NativeWidget
92 // the Widget from its destructor.
94 // The Widget instance owns its NativeWidget. This state implies someone
96 // the Widget it is responsible for destroying the NativeWidget (from its
99 class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, class in namespace:views
104 typedef std::set<Widget*> Widgets;
175 // Widget, i
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dwidget.js12 goog.provide('cvox.Widget');
22 * @type {cvox.Widget}
25 cvox.Widget.ref_;
31 cvox.Widget = function() {
55 if (!cvox.Widget.ref_ || !cvox.Widget.ref_.isActive()) {
56 cvox.Widget.ref_ = this;
65 cvox.Widget.prototype.isActive = function() {
73 cvox.Widget.prototype.show = function() {
108 cvox.Widget
[all...]

Completed in 175 milliseconds