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

/external/webkit/Source/WebCore/inspector/front-end/
H A DView.js26 WebInspector.View = function(element)
32 WebInspector.View.prototype = {
74 WebInspector.View.prototype.__proto__ = WebInspector.Object.prototype;
H A DDOMStorageItemsView.js28 WebInspector.View.call(this);
51 WebInspector.View.prototype.show.call(this, parentElement);
57 WebInspector.View.prototype.hide.call(this);
159 WebInspector.DOMStorageItemsView.prototype.__proto__ = WebInspector.View.prototype;
47 }, class
H A DPanel.js31 WebInspector.View.call(this);
60 WebInspector.View.prototype.show.call(this);
83 WebInspector.View.prototype.hide.call(this);
424 WebInspector.Panel.prototype.__proto__ = WebInspector.View.prototype;
56 }, class
H A DDatabaseTableView.js28 WebInspector.View.call(this);
43 WebInspector.View.prototype.show.call(this, parentElement);
90 WebInspector.DatabaseTableView.prototype.__proto__ = WebInspector.View.prototype;
H A DNetworkItemView.js33 WebInspector.View.call(this);
74 WebInspector.View.prototype.show.call(this, parentElement);
102 WebInspector.NetworkItemView.prototype.__proto__ = WebInspector.View.prototype;
H A DResourceCookiesView.js33 WebInspector.View.call(this);
52 WebInspector.View.prototype.show.call(this, parentElement);
66 WebInspector.View.prototype.show.call(this, parentElement);
71 WebInspector.ResourceCookiesView.prototype.__proto__ = WebInspector.View.prototype;
H A DApplicationCacheItemsView.js28 WebInspector.View.call(this);
93 WebInspector.View.prototype.show.call(this, parentElement);
100 WebInspector.View.prototype.hide.call(this);
270 WebInspector.ApplicationCacheItemsView.prototype.__proto__ = WebInspector.View.prototype;
89 }, class
H A DCookieItemsView.js32 WebInspector.View.call(this);
60 WebInspector.View.prototype.show.call(this, parentElement);
66 WebInspector.View.prototype.hide.call(this);
159 WebInspector.CookieItemsView.prototype.__proto__ = WebInspector.View.prototype;
56 }, class
H A DProfileView.js30 WebInspector.View.call(this);
165 WebInspector.View.prototype.show.call(this, parentElement);
171 WebInspector.View.prototype.hide.call(this);
572 WebInspector.CPUProfileView.prototype.__proto__ = WebInspector.View.prototype;
161 }, class
H A DDatabaseQueryView.js28 WebInspector.View.call(this);
51 WebInspector.View.prototype.show.call(this, parentElement);
196 WebInspector.DatabaseQueryView.prototype.__proto__ = WebInspector.View.prototype;
H A DDrawer.js32 WebInspector.View.call(this, document.getElementById("drawer"));
97 WebInspector.View.prototype.show.call(this);
144 WebInspector.View.prototype.hide.call(this);
356 WebInspector.Drawer.prototype.__proto__ = WebInspector.View.prototype;
H A DPanelEnablerView.js28 WebInspector.View.call(this);
84 WebInspector.View.prototype.show.call(this, parentElement);
102 WebInspector.PanelEnablerView.prototype.__proto__ = WebInspector.View.prototype;
H A DResourceTimingView.js33 WebInspector.View.call(this);
51 WebInspector.View.prototype.show.call(this, parentElement);
59 WebInspector.View.prototype.show.call(this, parentElement);
157 WebInspector.ResourceTimingView.prototype.__proto__ = WebInspector.View.prototype;
H A DDetailedHeapshotView.js384 WebInspector.View.call(this);
395 this.containmentView = new WebInspector.View();
402 this.constructorsView = new WebInspector.View();
409 this.diffView = new WebInspector.View();
416 this.dominatorView = new WebInspector.View();
423 var retainmentView = new WebInspector.View();
540 WebInspector.View.prototype.show.call(this, parentElement);
561 WebInspector.View.prototype.hide.call(this);
969 WebInspector.DetailedHeapshotView.prototype.__proto__ = WebInspector.View.prototype;
536 }, class
H A DHeapSnapshotView.js33 WebInspector.View.call(this);
140 WebInspector.View.prototype.show.call(this, parentElement);
146 WebInspector.View.prototype.hide.call(this);
508 WebInspector.HeapSnapshotView.prototype.__proto__ = WebInspector.View.prototype;
136 }, class
/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/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
H A Dtst_qgraphicswkview.cpp29 class View;
42 View* m_view;
45 class View : public QGraphicsView { class in inherits:QGraphicsView
47 View();
54 View::View() function in class:View
64 void View::resizeEvent(QResizeEvent* event)
74 m_view = new View;
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_BWin.h198 virtual BView *View(void) { function in class:SDL_BWin
/external/opencv/cxcore/include/
H A Dcvwimage.h83 // im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
235 WImageView<T> View(int c, int r, int width, int height);
271 WImageViewC<T, C> View(int c, int r, int width, int height);
415 // View into an image class which allows treating a subimage as an image
608 WImageView<T> WImage<T>::View(int c, int r, int width, int height) { function in class:cv::WImage
613 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) { function in class:cv::WImageC
/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc362 NewCallback(this, &CertificateManagerHandler::View));
453 void CertificateManagerHandler::View(const ListValue* args) { function in class:CertificateManagerHandler
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1892 typedef internal::StlContainerView<Container> View; typedef in class:testing::internal::ContainerEqMatcher
1893 typedef typename View::type StlContainer;
1894 typedef typename View::const_reference StlContainerReference;
1898 explicit ContainerEqMatcher(const Container& rhs) : rhs_(View::Copy(rhs)) {
2088 typedef StlContainerView<RawContainer> View; typedef in class:testing::internal::QuantifierMatcherImpl
2089 typedef typename View::type StlContainer;
2090 typedef typename View::const_reference StlContainerReference;
2104 StlContainerReference stl_container = View::ConstReference(container);
2396 typedef internal::StlContainerView<RawContainer> View; typedef in class:testing::internal::ElementsAreMatcherImpl
2397 typedef typename View
[all...]

Completed in 425 milliseconds