HomeSort by relevance Sort by last modified time
    Searched full:minimum (Results 276 - 300 of 5538) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 68 // The minimum/maximum dimensions of the popup.
69 // The minimum is just a little larger than the size of the button itself.
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout_delegate.h 31 // Returns the browser's minimum view size. Used because we need to calculate
32 // the minimum size for the entire non-client area.
  /external/chromium_org/chrome/common/extensions/api/
app_window.idl 60 // Minimum width of the window.
63 // Minimum height of the window.
186 // Get the current minimum width of the window. Returns |undefined| if there
187 // is no minimum.
190 // Get the current minimum height of the window. Returns |undefined| if
191 // there is no minimum.
202 // Set the current minimum width of the window. Set to |null| to remove the
206 // Set the current minimum height of the window. Set to |null| to remove the
windows.json 17 "id": {"type": "integer", "optional": true, "minimum": 0, "description": "The ID of the window. Window IDs are unique within a browser session. Under some circumstances a Window may not be assigned an ID, for example when querying windows using the $ref:sessions API, in which case a session ID may be present."},
58 {"type": "integer", "name": "windowId", "minimum": -2},
171 "tabId": {"type": "integer", "minimum": 0, "optional": true, "description": "The id of the tab for which you want to adopt to the new window."},
174 "width": {"type": "integer", "minimum": 0, "optional": true, "description": "The width in pixels of the new window, including the frame. If not specified defaults to a natural width."},
175 "height": {"type": "integer", "minimum": 0, "optional": true, "description": "The height in pixels of the new window, including the frame. If not specified defaults to a natural height."},
205 {"type": "integer", "name": "windowId", "minimum": -2},
212 "width": {"type": "integer", "minimum": 0, "optional": true, "description": "The width to resize the window to in pixels. This value is ignored for panels."},
213 "height": {"type": "integer", "minimum": 0, "optional": true, "description": "The height to resize the window to in pixels. This value is ignored for panels."},
241 {"type": "integer", "name": "windowId", "minimum": 0},
264 {"type": "integer", "name": "windowId", "minimum": 0, "description": "ID of the removed window."
    [all...]
  /external/chromium_org/content/renderer/
renderer_date_time_picker.cc 62 message.minimum = chooser_params_.minimum;
  /external/chromium_org/testing/gtest/m4/
gtest.m4 1 dnl GTEST_LIB_CHECK([minimum version [,
4 dnl Check for the presence of the Google Test library, optionally at a minimum
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 68 FWORD minLeftSideBearing; /* Minimum left sidebearing value in
70 FWORD minRightSideBearing; /* Minimum right sidebearing value;
  /external/chromium_org/third_party/icu/source/i18n/
unesctrn.h 24 * radix, and minimum and maximum digit counts.
38 * radix, minimum digit count, and maximum digit count. These
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.h 53 * reported actual minimum and actual maximum. These values are
58 * 1. minimum <= actualMinimum <= greatestMinimum <=
  /external/chromium_org/ui/views/
border.h 74 // Returns the minimum size this border requires. Note that this may not be
76 // some graphical border around a view, and this would return the minimum size
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 68 FWORD minLeftSideBearing; /* Minimum left sidebearing value in
70 FWORD minRightSideBearing; /* Minimum right sidebearing value;
  /external/icu4c/i18n/
unesctrn.h 24 * radix, and minimum and maximum digit counts.
38 * radix, minimum digit count, and maximum digit count. These
  /external/icu4c/test/intltest/
callimts.h 53 * reported actual minimum and actual maximum. These values are
58 * 1. minimum <= actualMinimum <= greatestMinimum <=
  /external/protobuf/gtest/m4/
gtest.m4 1 dnl GTEST_LIB_CHECK([minimum version [,
4 dnl Check for the presence of the Google Test library, optionally at a minimum
  /external/svox/picolanginstaller/res/values-ro/
strings.xml 27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"Instalarea datelor vocale nu a reu?it. Asigura?i-v? c? stocarea USB are un spa?iu liber de minimum 6 MO."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"Instalarea datelor vocale nu a reu?it. Asigura?i-v? c? a?i introdus cardul SD īn dispozitiv ?i c? acesta are un spa?iu liber de minimum 6 MO. Īn cazul īn care cardul se afl? deja īn dispozitiv, īncerca?i s? īl scoate?i ?i s? īl introduce?i din nou."</string>
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_VarSlope_SetTimeConstant.c 86 Delta=1; // If Time Constant is so large that Delta is 0, assign minimum value to Delta
90 Delta =1; // Minimum value for proper call-backs (setting it to zero has some problems, to be corrected)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_8x8.c 30 * minimum SAD. Both the input and output motion vectors are represented
62 * pDstSAD - pointer to minimum SAD
  /libcore/luni/src/main/java/java/util/
Formattable.java 41 * the minimum number of characters that should be written to the
48 * minimum length is not enforced.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
local_lim.h 0 /* Minimum guaranteed maximum values for system limits. Linux version.
73 /* Minimum size for a thread. We are free to choose a reasonable value. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h 0 /* Minimum guaranteed maximum values for system limits. Linux version.
73 /* Minimum size for a thread. We are free to choose a reasonable value. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
local_lim.h 0 /* Minimum guaranteed maximum values for system limits. Linux version.
73 /* Minimum size for a thread. We are free to choose a reasonable value. */
  /bionic/libc/bionic/
time64_config.h 67 Maximum and minimum values your system's gmtime() and localtime()
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 72 addTheme("Holo Dialog Minimum Width",
80 addTheme("Holo Dialog No Action Bar Minimum Width",
108 addTheme("Holo Light Dialog Minimum Width",
116 addTheme("Holo Light Dialog No Action Bar Minimum Width",
  /dalvik/tools/dexdeps/
README.txt 8 requires a certain minimum API level to execute.
  /development/sdk/
support_README.txt 8 Each library is called v<api>, indicating the minimum API level that they require.

Completed in 4994 milliseconds

<<11121314151617181920>>