HomeSort by relevance Sort by last modified time
    Searched full:large (Results 401 - 425 of 7141) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/test/
test_timeouts.h 41 // Timeout for a large test that may take a few minutes to run.
  /external/chromium_org/chrome/browser/
icon_loader_win.cc 41 case IconLoader::LARGE:
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.js 97 $('large-cursor').addEventListener('click',
142 * Large cursor checkbox handler.
145 chrome.send('enableLargeCursor', [$('large-cursor').checked]);
210 $('large-cursor').checked = data.largeCursorEnabled;
  /external/chromium_org/chrome/browser/resources/options/
options_settings_app.css 5 /* Don't use the large margin used for the navigation bar. Settings App uses a
  /external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
page_range.js 26 * Impossibly large page number.
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_animation_unittest.mm 45 // This class will end the animation after 2 frames. Set a large duration to
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc 52 // large, implied global state, it would take some IN_PROCESS_BROWSER_TESTS
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
devtools_network.html 42 "Large image: " + request.request.url);
  /external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.cc 29 LOG(ERROR) << "HTTP Port is too large";
  /external/chromium_org/media/base/
bit_reader.cc 23 << "BitReader::SkipBits inefficient for large skips";
  /external/chromium_org/net/http/
http_status_code_list.h 54 HTTP_STATUS(REQUEST_ENTITY_TOO_LARGE, 413, "Request Entity Too Large")
  /external/chromium_org/net/spdy/
spdy_protocol_test.cc 75 "SPDY setting ID too large.");
  /external/chromium_org/ppapi/api/
pp_stdint.idl 27 /** Small and large floats. */
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.cc 33 // Figure out how large a buffer we need to slurp the whole file (with a
  /external/chromium_org/remoting/client/
frame_producer.h 28 // The passed buffer must be large enough to hold the whole clipping area.
  /external/chromium_org/third_party/WebKit/ManualTests/
array-out-of-memory.html 38 <p>This test checks that Array objects fail gracefully (throw exception) when array length grows large.</p>
transitions.html 37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.h 40 // Given a CSS keyword in the range (xx-small to -webkit-xxx-large), this function will return
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TableLayout.h 49 // Until then though, using nearlyMax causes overflow in some tests, so we just pick a large number.
  /external/chromium_org/third_party/freetype/include/freetype/
ftbbox.h 80 /* at a large ppem value (so that the hinting instructions can */
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_err.c 143 {ERR_REASON(RSA_R_DATA_TOO_LARGE) ,"data too large"},
144 {ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE),"data too large for key size"},
145 {ERR_REASON(RSA_R_DATA_TOO_LARGE_FOR_MODULUS),"data too large for modulus"},
169 {ERR_REASON(RSA_R_MODULUS_TOO_LARGE) ,"modulus too large"},
  /external/chromium_org/third_party/qcms/
qcms.gyp 29 # Warning (sign-conversion) fixed upstream by large refactoring. Can be
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 25 #define UNPACK_8_24(combined, small, large) \
27 large = combined & MASK_24;
28 #define PACK_8_24(small, large) ((small << 24) | large)
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 59 * should return the address of a buffer that is large enough to store
  /external/chromium_org/third_party/sqlite/src/test/
index2.test 19 # Create a table with a large number of columns

Completed in 1083 milliseconds

<<11121314151617181920>>