Searched defs:View (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dview.js7 function View(window) { class
21 View.prototype.clearDisplay = function(values) {
26 View.prototype.addResults = function(values) {
31 View.prototype.addValues = function(values) {
43 View.prototype.setValues = function(values) {
50 View.prototype.getValues = function() {
60 View.prototype.handleKey_ = function(event) {
65 View.prototype.handleClick_ = function(event) {
70 View.prototype.handleMouse_ = function(event) {
75 View
[all...]
/external/chromium_org/ppapi/cpp/
H A Dview.h20 class View : public Resource { class in namespace:pp
22 /// Default constructor for creating an is_null() <code>View</code> object.
23 View();
25 /// Creates a View resource, taking and holding an additional reference to
27 View(PP_Resource view_resource);
43 /// an invalid View is the empty rectangle.
H A Dview.cc28 View::View() : Resource() { function in class:pp::View
31 View::View(PP_Resource view_resource) : Resource(view_resource) { function in class:pp::View
34 Rect View::GetRect() const {
49 bool View::IsFullscreen() const {
63 bool View::IsVisible() const {
73 bool View::IsPageVisible() const {
87 Rect View::GetClipRect() const {
105 float View
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js31 WebInspector.View = function()
44 WebInspector.View._cssFileToVisibleViewCount = {};
45 WebInspector.View._cssFileToStyleElement = {};
46 WebInspector.View._cssUnloadTimeout = 2000;
48 WebInspector.View._buildSourceURL = function(cssFile)
57 WebInspector.View.createStyleElement = function(cssFile)
61 styleElement.textContent = loadResource(cssFile) + WebInspector.View._buildSourceURL(cssFile);
66 WebInspector.View.prototype = {
69 WebInspector.View.__assert(!this.element.parentElement, "Attempt to mark as root attached node");
74 * @return {?WebInspector.View}
[all...]
H A DStackView.js43 * @param {!WebInspector.View} view
68 WebInspector.View.prototype.detachChildViews.call(this);
H A DDataGrid.js28 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
1070 __proto__: WebInspector.View.prototype
1064 }, class
H A DPopover.js33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
64 * @param {!WebInspector.View} view
75 * @param {?WebInspector.View} view
100 WebInspector.View.prototype.show.call(this, this._containerElement);
227 __proto__: WebInspector.View.prototype
225 }, class
H A DSidebarPane.js31 * @extends {WebInspector.View}
35 WebInspector.View.call(this);
94 WebInspector.View.prototype.wasShown.call(this);
98 __proto__: WebInspector.View.prototype
155 * @extends {WebInspector.View}
159 WebInspector.View.call(this);
189 __proto__: WebInspector.View.prototype
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DRenderingOptions.js95 WebInspector.RenderingOptions.View = function()
111 WebInspector.RenderingOptions.View.prototype = {
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview.h26 class View;
34 class View { class in namespace:mojo
36 typedef std::vector<View*> Children;
38 static View* Create(ViewManager* view_manager);
61 View* parent() { return parent_; }
62 const View* parent() const { return parent_; }
65 void AddChild(View* child);
66 void RemoveChild(View* child);
68 void Reorder(View* relative, OrderDirection direction);
72 bool Contains(View* chil
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_view.cc14 REGISTER_TEST_CASE(View); variable
29 void TestView::DidChangeView(const pp::View& view) {
/external/chromium_org/ui/v2/public/
H A Dview.h29 class V2_EXPORT View /* : public EventTarget */ { class in namespace:v2
31 typedef std::vector<View*> Children;
33 View();
34 virtual ~View();
42 // View takes ownership.
46 // View's children.
47 // View takes ownership.
65 View* parent() { return parent_; }
66 const View* parent() const { return parent_; }
69 void AddChild(View* chil
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionPanel.js59 return WebInspector.View.prototype.defaultFocusedElement.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayerDetailsView.js103 WebInspector.View.prototype.wasShown.call(this);
/external/chromium_org/ui/v2/src/
H A Dview.cc21 void StackChildRelativeTo(View* parent,
22 std::vector<View*>* children,
23 View* child,
24 View* other,
50 View* receiver,
59 void NotifyViewTreeChangeUp(View* start_at,
61 for (View* current = start_at; current; current = current->parent())
65 void NotifyViewTreeChangeDown(View* start_at,
68 View::Children::const_iterator it = start_at->children().begin();
92 ScopedTreeNotifier(View* targe
151 View::View() : visible_(true), owned_by_parent_(true), parent_(NULL) { function in class:v2::View
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc23 View* receiver,
40 View* start_at,
43 for (View* current = start_at; current; current = current->parent())
48 View* start_at,
52 View::Children::const_iterator it = start_at->children().begin();
69 ScopedTreeNotifier(View* target, View* old_parent, View* new_parent) {
85 void RemoveChildImpl(View* child, View
350 View::View() function in class:mojo::View
369 View::View(ViewManager* manager) function in class:mojo::View
[all...]
/external/chromium_org/mojo/system/
H A Dmessage_in_transit.cc55 MessageInTransit::View::View(size_t message_size, const void* buffer) function in class:mojo::system::MessageInTransit::View
65 bool MessageInTransit::View::IsValid(size_t serialized_platform_handle_size,
117 MessageInTransit::MessageInTransit(const View& message_view)
H A Dmessage_in_transit.h75 // Forward-declare |Header| so that |View| can use it:
81 class MOJO_SYSTEM_IMPL_EXPORT View { class in class:mojo::system::MessageInTransit
87 View(size_t message_size, const void* buffer);
89 // Checks that the given |View| appears to be for a valid message, within
132 DISALLOW_COPY_AND_ASSIGN(View);
145 // Constructs a |MessageInTransit| from a |View|.
146 explicit MessageInTransit(const View& message_view);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h199 virtual BView *View(void) { function in class:SDL_BWin
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DSearchableView.js191 return WebInspector.View.prototype.defaultFocusedElement.call(this);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DSourceFrame.js158 WebInspector.View.prototype.willHide.call(this);
412 * @param {function(!WebInspector.View, number)} callback
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js7 * @extends {WebInspector.View}
12 WebInspector.View.call(this);
354 __proto__: WebInspector.View.prototype
352 }, class
H A DInspectedPagePlaceholder.js7 * @extends {WebInspector.View}
11 WebInspector.View.call(this);
122 __proto__: WebInspector.View.prototype
120 }, class
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js1248 * View adds itself as a property on the element so we can access it from Event.target.
1250 function View(element) { class
1261 View.prototype = Object.create(EventEmitter.prototype);
1267 View.prototype.offsetRelativeTo = function(ancestorElement) {
1282 * @param {!View|Node} parent
1283 * @param {?View|Node=} before
1285 View.prototype.attachTo = function(parent, before) {
1286 if (parent instanceof View)
1290 if (before instanceof View)
1295 View
[all...]
/external/chromium_org/ui/views/
H A Dview.h83 // View class
85 // A View is a rectangle within the views View hierarchy. It is the base
88 // A View is a container of other Views (there is no such thing as a Leaf
89 // View - makes code simpler, reduces type conversion headaches, design
92 // The View contains basic properties for sizing (bounds), layout (flex,
95 // The View also uses a simple Box Layout Manager similar to XUL's
106 class VIEWS_EXPORT View : public ui::LayerDelegate, class in namespace:views
111 typedef std::vector<View*> Views;
121 View* paren
[all...]

Completed in 856 milliseconds

12