Searched defs:View (Results 1 - 25 of 35) 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/mojo/services/view_manager/
H A Dview.cc13 View::View(const ViewId& id) : id_(id), node_(NULL) {} function in class:mojo::view_manager::service::View
15 View::~View() {
18 void View::SetBitmap(const SkBitmap& bitmap) {
H A Dview.h21 class MOJO_VIEW_MANAGER_EXPORT View { class in namespace:mojo::view_manager::service
23 explicit View(const ViewId& id);
24 ~View();
43 DISALLOW_COPY_AND_ASSIGN(View);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js31 WebInspector.View = function()
45 WebInspector.View._cssFileToVisibleViewCount = {};
46 WebInspector.View._cssFileToStyleElement = {};
47 WebInspector.View._cssUnloadTimeout = 2000;
49 WebInspector.View._buildSourceURL = function(cssFile)
58 WebInspector.View.createStyleElement = function(cssFile)
62 styleElement.textContent = loadResource(cssFile) + WebInspector.View._buildSourceURL(cssFile);
67 WebInspector.View.prototype = {
70 WebInspector.View._assert(!this.element.parentElement, "Attempt to mark as root attached node");
75 * @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);
1162 __proto__: WebInspector.View.prototype
1156 }, 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);
226 __proto__: WebInspector.View.prototype
224 }, class
H A DSidebarPane.js31 * @extends {WebInspector.View}
35 WebInspector.View.call(this);
98 WebInspector.View.prototype.wasShown.call(this);
102 __proto__: WebInspector.View.prototype
159 * @extends {WebInspector.View}
163 WebInspector.View.call(this);
178 __proto__: WebInspector.View.prototype
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc19 explicit ScopedDestructionNotifier(View* view)
34 View* view_;
41 View* View::Create(ViewManager* manager) {
42 View* view = new View(manager);
47 void View::Destroy() {
53 void View::AddObserver(ViewObserver* observer) {
57 void View::RemoveObserver(ViewObserver* observer) {
61 void View
74 View::View(ViewManager* manager) function in class:mojo::view_manager::View
79 View::View() function in class:mojo::view_manager::View
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview.h23 class View { class in namespace:mojo::view_manager
25 static View* Create(ViewManager* manager);
42 explicit View(ViewManager* manager);
43 View();
44 ~View();
54 DISALLOW_COPY_AND_ASSIGN(View);
/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.js102 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/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DSourceFrame.js146 WebInspector.View.prototype.willHide.call(this);
405 * @param {function(!WebInspector.View, number)} callback
/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.h74 // Forward-declare |Header| so that |View| can use it:
79 class MOJO_SYSTEM_IMPL_EXPORT View { class in class:mojo::system::MessageInTransit
85 View(size_t message_size, const void* buffer);
87 // Checks that the given |View| appears to be for a valid message, within
129 DISALLOW_COPY_AND_ASSIGN(View);
137 // Constructs a |MessageInTransit| from a |View|.
138 explicit MessageInTransit(const View& message_view);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DMediaQueryInspector.js7 * @extends {WebInspector.View}
11 WebInspector.View.call(this);
367 __proto__: WebInspector.View.prototype
365 }, class
/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);
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.js1236 * View adds itself as a property on the element so we can access it from Event.target.
1238 function View(element) { class
1249 View.prototype = Object.create(EventEmitter.prototype);
1255 View.prototype.offsetRelativeTo = function(ancestorElement) {
1270 * @param {!View|Node} parent
1271 * @param {?View|Node=} before
1273 View.prototype.attachTo = function(parent, before) {
1274 if (parent instanceof View)
1278 if (before instanceof View)
1283 View
[all...]

Completed in 1297 milliseconds

12