Searched refs:portrait (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/
H A Dwindow-resize.js5 var portrait = { width: window.innerWidth, height: window.innerHeight };
9 window.resizeTo(portrait.width, portrait.height);
/external/openfst/src/include/fst/script/
H A Ddraw.h43 const bool portrait; member in struct:fst::script::FstDrawerArgs
61 bool portrait,
71 title(title), width(width), height(height), portrait(portrait),
84 args->height, args->portrait,
99 bool portrait,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Ddraw-impl.h51 bool portrait,
60 title_(title), width_(width), height_(height), portrait_(portrait),
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/external/openfst/src/script/
H A Ddraw.cc34 bool portrait,
44 height, portrait, vertical, ranksep, nodesep,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css55 .portrait {
70 .portrait {
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java57 // We're landscape-only, and have apparently seen issues with display thinking it's portrait
60 Log.i(TAG, "Display reports portrait orientation; assuming this is incorrect");
136 boolean portrait) {
144 int supportedWidth = portrait ? supportedPreviewSize.height : supportedPreviewSize.width;
145 int supportedHeight = portrait ? supportedPreviewSize.width : supportedPreviewSize.height;
134 findBestPreviewSizeValue(Camera.Parameters parameters, Point screenResolution, boolean portrait) argument
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientation.cpp36 DEFINE_STATIC_LOCAL(const AtomicString, portraitPrimary, ("portrait-primary", AtomicString::ConstructFromLiteral));
37 DEFINE_STATIC_LOCAL(const AtomicString, portraitSecondary, ("portrait-secondary", AtomicString::ConstructFromLiteral));
41 DEFINE_STATIC_LOCAL(const AtomicString, portrait, ("portrait", AtomicString::ConstructFromLiteral));
51 { portrait, WebScreenOrientationLockPortrait },
/external/openfst/src/bin/
H A Dfstdraw.cc33 DEFINE_bool(portrait, false, "Portrait mode (def: landscape)");
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.js1003 this.setLayoutSettingsForTest_(event.settings.layoutSettings.portrait);
1047 * either portrait or landscape.
1048 * @param {boolean} portrait Whether to use portrait page layout;
1052 setLayoutSettingsForTest_: function(portrait) {
1054 if (combobox.value == 'portrait') {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js557 "polygon", "portrait", "pre", "pre-line", "pre-wrap", "preserve-3d", "progress", "push-button",
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3206 milliseconds