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

1 2 3 4

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 7 function View(window) {
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.prototype.handleTouch_ = function(event)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 6 * Base class to represent a "view". A view is an absolutely positioned box on
11 function View() {
16 * Called to reposition the view on the page. Measurements are in pixels.
18 View.prototype.setGeometry = function(left, top, width, height) {
26 * Called to show/hide the view.
28 View.prototype.show = function(isVisible) {
32 View.prototype.isVisible = function() {
42 View.prototype.isActive = function() {
46 View.prototype.getLeft = function()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
View.js 31 WebInspector.View = function()
44 WebInspector.View._cssFileToVisibleViewCount = {};
45 WebInspector.View._cssFileToStyleElement = {};
46 WebInspector.View._cssUnloadTimeout = 2000;
48 WebInspector.View.prototype = {
59 WebInspector.View._assert(!this.element.parentElement, "Attempt to mark as root attached node");
64 * @return {?WebInspector.View}
97 * @param {function(this:WebInspector.View)} method
153 * @param {function(this:WebInspector.View)} notification
183 WebInspector.View._assert(parentElement, "Attempt to attach view with no parent element")
    [all...]
CookieItemsView.js 32 * @extends {WebInspector.View}
36 WebInspector.View.call(this);
38 this.element.addStyleClass("storage-view");
183 __proto__: WebInspector.View.prototype
EmptyView.js 33 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
44 this.element.className = "storage-empty-view";
55 __proto__: WebInspector.View.prototype
FileContentView.js 33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
40 this._innerView = /** @type {?WebInspector.View} */ (null);
90 __proto__: WebInspector.View.prototype
DOMStorageItemsView.js 29 * @extends {WebInspector.View}
33 WebInspector.View.call(this);
38 this.element.addStyleClass("storage-view");
281 __proto__: WebInspector.View.prototype
DatabaseTableView.js 28 * @extends {WebInspector.View}
32 WebInspector.View.call(this);
37 this.element.addStyleClass("storage-view");
100 __proto__: WebInspector.View.prototype
RequestCookiesView.js 33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
39 this.element.addStyleClass("resource-cookies-view");
93 __proto__: WebInspector.View.prototype
Panel.js 30 * @extends {WebInspector.View}
36 WebInspector.View.call(this);
61 WebInspector.View.prototype.show.call(this, WebInspector.inspectorView.panelsElement());
67 var drawerViewAnchor = document.getElementById("drawer-view-anchor");
295 __proto__: WebInspector.View.prototype
DataGrid.js 28 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
    [all...]
ApplicationCacheItemsView.js 28 * @extends {WebInspector.View}
32 WebInspector.View.call(this);
36 this.element.addStyleClass("storage-view");
267 __proto__: WebInspector.View.prototype
Popover.js 33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
67 * @param {WebInspector.View} view
72 showView: function(view, anchor, preferredWidth, preferredHeight)
74 this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight);
78 * @param {WebInspector.View?} view
85 _innerShow: function(view, contentElement, anchor, preferredWidth, preferredHeight, arrowDirection
    [all...]
SourceFrame.js 32 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
39 this.element.addStyleClass("script-view");
126 WebInspector.View.prototype.willHide.call(this);
392 * @param {function(WebInspector.View, number)} callback
774 __proto__: WebInspector.View.prototype
SplitView.js 31 * @extends {WebInspector.View}
39 WebInspector.View.call(this);
43 this.element.className = "split-view";
45 this._firstElement = this.element.createChild("div", "split-view-contents scroll-target split-view-contents-first");
46 this._secondElement = this.element.createChild("div", "split-view-contents scroll-target split-view-contents-second");
48 this._resizerElement = this.element.createChild("div", "split-view-resizer");
94 this.element.removeStyleClass(this._isVertical ? "split-view-vertical" : "split-view-horizontal")
    [all...]
ExtensionPanel.js 50 return WebInspector.View.prototype.defaultFocusedElement.call(this);
SidebarPane.js 31 * @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);
173 __proto__: WebInspector.View.prototype
CodeMirrorTextEditor.js 52 * @extends {WebInspector.View}
59 WebInspector.View.call(this);
    [all...]
CSSNamedFlowView.js 32 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
255 __proto__: WebInspector.View.prototype
  /external/chromium_org/ppapi/cpp/
view.h 13 /// This file defines the API for getting the state of a the view for an
18 /// This class represents the state of the view for an instance and contains
19 /// functions for retrieving the current state of that view.
20 class View : public Resource {
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);
30 /// with a view changed notification relative to the upper-left of the browser
37 /// entirely into view
    [all...]
view.cc 5 #include "ppapi/cpp/view.h"
24 View::View() : Resource() {
27 View::View(PP_Resource view_resource) : Resource(view_resource) {
30 Rect View::GetRect() const {
42 bool View::IsFullscreen() const {
53 bool View::IsVisible() const {
61 bool View::IsPageVisible() const {
72 Rect View::GetClipRect() const
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/view/
View.java 17 package mock_android.view;
21 public class View {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/
View.java 17 package mock_android.view;
19 public class View {
  /external/chromium_org/ash/wm/workspace/
colored_window_controller.cc 18 // View implementation responsible for rendering the background.
19 class ColoredWindowController::View : public views::WidgetDelegateView {
21 explicit View(ColoredWindowController* controller);
22 virtual ~View();
28 virtual views::View* GetContentsView() OVERRIDE;
33 DISALLOW_COPY_AND_ASSIGN(View);
36 ColoredWindowController::View::View(ColoredWindowController* controller)
40 ColoredWindowController::View::~View() {
    [all...]
  /external/chromium_org/ppapi/tests/
test_view.cc 14 REGISTER_TEST_CASE(View);
16 // When waiting for view changed events, wait no longer than this.
24 void TestView::DidChangeView(const pp::View& view) {
25 last_view_ = view;
26 page_visibility_log_.push_back(view.IsPageVisible());
63 // We know we got a view changed event if something was appended to the log.
108 // Didn't get a view changed event that changed visibility (though there

Completed in 506 milliseconds

1 2 3 4