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:WebCore::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/chromium_org/v8/src/
H A Dtypes.h22 // Both are related through subtyping.
50 // Both structural Array and Function types are invariant in all parameters;
131 // Both provide the same API, and the Convert method can be used to interconvert
897 static BoundsImpl Both(BoundsImpl b1, BoundsImpl b2, Region* region) { function in struct:v8::internal::BoundsImpl
/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:__anon32830
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm_i.h20 typedef enum { Both = 0, In = 1 } ControlledDirection; enumerator in enum:__anon33083
/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:__anon33334
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSplitView.js78 this._showMode = WebInspector.SplitView.ShowMode.Both;
88 Both: "Both",
224 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
332 if (this._showMode === WebInspector.SplitView.ShowMode.Both)
347 this._updateShowMode(WebInspector.SplitView.ShowMode.Both);
419 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing())
789 this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both;
793 case WebInspector.SplitView.ShowMode.Both:
865 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
[all...]

Completed in 237 milliseconds