Searched defs:Both (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSVGGlyph.h42 Both enumerator in enum:blink::SVGGlyph::Orientation
56 , orientation(Both)
/external/chromium_org/third_party/skia/src/utils/
H A DSkTFitsIn.h90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
/external/skia/src/utils/
H A DSkTFitsIn.h90 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both; typedef in struct:sktfitsin::Private::SkTCombineOutOfRange
97 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp300 struct Both { struct in namespace:NonLiteralConstexpr
301 constexpr Both() : n(10) {} function in struct:NonLiteralConstexpr::Both
302 ~Both();
306 Both b;
317 static Both b;
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon33712
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon33965
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon34216
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSplitView.js77 this._showMode = WebInspector.SplitView.ShowMode.Both;
87 Both: "Both",
223 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
331 if (this._showMode === WebInspector.SplitView.ShowMode.Both)
346 this._updateShowMode(WebInspector.SplitView.ShowMode.Both);
418 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing())
788 this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both;
792 case WebInspector.SplitView.ShowMode.Both:
864 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
[all...]
/external/chromium_org/v8/src/
H A Dtypes.h25 // Both are related through subtyping.
54 // Both structural Array and Function types are invariant in all parameters;
149 // Both provide the same API, and the Convert method can be used to interconvert
1015 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { function in struct:v8::internal::BoundsImpl

Completed in 227 milliseconds