Searched defs:View (Results 1 - 25 of 47) 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/chrome/browser/resources/net_internals/
H A Dview.js11 function View() { class
18 View.prototype.setGeometry = function(left, top, width, height) {
28 View.prototype.show = function(isVisible) {
32 View.prototype.isVisible = function() {
42 View.prototype.isActive = function() {
46 View.prototype.getLeft = function() {
50 View.prototype.getTop = function() {
54 View.prototype.getWidth = function() {
58 View.prototype.getHeight = function() {
62 View
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DView.js31 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
[all...]
H A DCookieItemsView.js32 * @extends {WebInspector.View}
36 WebInspector.View.call(this);
183 __proto__: WebInspector.View.prototype
181 }, class
H A DEmptyView.js33 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
55 __proto__: WebInspector.View.prototype
53 }, class
H A DFileContentView.js33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
40 this._innerView = /** @type {?WebInspector.View} */ (null);
90 __proto__: WebInspector.View.prototype
88 }, class
H A DDOMStorageItemsView.js29 * @extends {WebInspector.View}
33 WebInspector.View.call(this);
281 __proto__: WebInspector.View.prototype
279 }, class
H A DDatabaseTableView.js28 * @extends {WebInspector.View}
32 WebInspector.View.call(this);
100 __proto__: WebInspector.View.prototype
98 }, class
H A DRequestCookiesView.js33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
93 __proto__: WebInspector.View.prototype
91 }, class
H A DPanel.js30 * @extends {WebInspector.View}
36 WebInspector.View.call(this);
61 WebInspector.View.prototype.show.call(this, WebInspector.inspectorView.panelsElement());
295 __proto__: WebInspector.View.prototype
57 }, class
H A DDataGrid.js28 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
1115 __proto__: WebInspector.View.prototype
1109 }, class
H A DApplicationCacheItemsView.js28 * @extends {WebInspector.View}
32 WebInspector.View.call(this);
267 __proto__: WebInspector.View.prototype
265 }, class
H A DPopover.js33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
67 * @param {WebInspector.View} view
78 * @param {WebInspector.View?} view
101 WebInspector.View.prototype.show.call(this, document.body);
223 __proto__: WebInspector.View.prototype
221 }, class
H A DSourceFrame.js32 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
126 WebInspector.View.prototype.willHide.call(this);
392 * @param {function(WebInspector.View, number)} callback
774 __proto__: WebInspector.View.prototype
772 }, class
H A DSplitView.js31 * @extends {WebInspector.View}
39 WebInspector.View.call(this);
441 /** @this {WebInspector.View} */
517 __proto__: WebInspector.View.prototype
515 }, class
H A DExtensionPanel.js50 return WebInspector.View.prototype.defaultFocusedElement.call(this);
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);
173 __proto__: WebInspector.View.prototype
H A DCodeMirrorTextEditor.js52 * @extends {WebInspector.View}
59 WebInspector.View.call(this);
1202 __proto__: WebInspector.View.prototype
1200 }, class
H A DCSSNamedFlowView.js32 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
255 __proto__: WebInspector.View.prototype
253 }, class
H A DProfileLauncherView.js33 * @extends {WebInspector.View}
38 WebInspector.View.call(this);
112 __proto__: WebInspector.View.prototype
110 }, class
H A DTabbedPane.js32 * @extends {WebInspector.View}
37 WebInspector.View.call(this);
60 * @return {WebInspector.View}
136 * @param {WebInspector.View} view
290 * @param {WebInspector.View} view
628 __proto__: WebInspector.View.prototype
638 * @param {WebInspector.View} view
707 * @return {WebInspector.View}
626 }, class
/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.cc24 View::View() : Resource() { function in class:pp::View
27 View::View(PP_Resource view_resource) : Resource(view_resource) { function in class:pp::View
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 {
86 float View
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dcolored_window_controller.cc18 // View implementation responsible for rendering the background.
19 class ColoredWindowController::View : public views::WidgetDelegateView { class in class:ash::internal::ColoredWindowController
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) function in class:ash::internal::ColoredWindowController::View
40 ColoredWindowController::View::~View() {
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_view.cc14 REGISTER_TEST_CASE(View); variable
24 void TestView::DidChangeView(const pp::View& view) {

Completed in 470 milliseconds

12