Searched refs:_visible (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js35 this._visible = true;
124 if (copy[i]._parentView === this && copy[i]._visible)
224 } else if (this._visible) {
228 this._visible = true;
267 this._visible = false;
279 this._visible = false;
H A DStatusBarButton.js40 this._visible = true;
65 return this._visible;
70 if (this._visible === x)
73 this._visible = x;
/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp126 : _instance(instanceToAdopt), _id(id), _visible(visible)
150 if (_visible) {
160 if (_visible && _id == id) {
176 toAppendTo.append(_visible ? "T" : "F");
H A Dserv.h287 const UBool _visible;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumfmt.h1077 const UBool _visible; member in class:SimpleNumberFormatFactory
/external/icu/icu4c/source/common/
H A Dserv.cpp126 : _instance(instanceToAdopt), _id(id), _visible(visible)
150 if (_visible) {
160 if (_visible && _id == id) {
176 toAppendTo.append(_visible ? "T" : "F");
H A Dserv.h287 const UBool _visible;
/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h1137 const UBool _visible; member in class:SimpleNumberFormatFactory
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js67 this._visible = false;
337 this._visible = visible;
338 if (!this._visible)
1268 if (this._updateChildrenInProgress || !this.treeOutline._visible)
2749 if (this._treeOutline._visible)
2759 if (this._treeOutline._visible)
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp192 : _visible(visible)
200 return _visible;
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp208 : _visible(visible)
216 return _visible;

Completed in 1533 milliseconds