Searched defs:View (Results 1 - 25 of 34) sorted by last modified time

12

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h176 View = 0, enumerator in enum:CPDF_OCContext::UsageType
182 CPDF_OCContext(CPDF_Document *pDoc, UsageType eUsageType = View);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DInspectedPagePlaceholder.js7 * @extends {WebInspector.View}
11 WebInspector.View.call(this);
122 __proto__: WebInspector.View.prototype
120 }, class
H A DMediaQueryInspector.js7 * @extends {WebInspector.View}
12 WebInspector.View.call(this);
354 __proto__: WebInspector.View.prototype
352 }, class
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
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
H A DStackView.js43 * @param {!WebInspector.View} view
68 WebInspector.View.prototype.detachChildViews.call(this);
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...]
/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/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/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/third_party/WebKit/Source/devtools/front_end/main/
H A DRenderingOptions.js95 WebInspector.RenderingOptions.View = function()
111 WebInspector.RenderingOptions.View.prototype = {
/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/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/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/ui/views/
H A Dview.cc71 const views::View* GetHierarchyRoot(const views::View* view) {
72 const views::View* root = view;
90 const char View::kViewClassName[] = "View";
93 // View, public:
97 View::View() function in class:views::View
123 View::~View() {
[all...]
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...]
/external/chromium_org/ppapi/cpp/
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...]

Completed in 2522 milliseconds

12