Searched
full:tries (Results
326 -
350 of
2577) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
user_image_source.cc | 102 // We need to explicitly return a mime type, otherwise if the user tries to
|
/external/chromium_org/chrome/browser/value_store/ |
leveldb_value_store.h | 50 // Tries to open the database if it hasn't been opened already. Returns the
|
/external/chromium_org/chrome/installer/util/ |
chrome_browser_operations.cc | 100 // uninitialized members. Tries to assign:
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck_provider.h | 64 // Tries to satisfy a spell check request from the cache in |last_request_|.
|
/external/chromium_org/chromeos/display/ |
real_output_configurator_delegate.h | 93 // and tries to match them up to screens in |outputs|.
|
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 312 int tries = 3; local 318 0) && tries > 0) { 326 tries--; 329 if (tries <= 0) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_base.cc | 64 void NotifyPluginProcessHostHelper(HWND window, HWND parent, int tries) { 86 if (tries > 0) { 89 base::Bind(&NotifyPluginProcessHostHelper, window, parent, tries - 1), 277 // if Windows tries to paint it synchronously inside EndDeferWindowsPos
|
/external/chromium_org/content/browser/worker_host/ |
worker_service_impl.h | 105 // Tries to see if any of the queued workers can be created.
|
/external/chromium_org/jingle/notifier/communicator/ |
login.h | 110 // Tries to reconnect in some point in the future. If called
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_common.py | 102 raise Error('Could not RenameDir %s => %s after %d tries.\n'
|
/external/chromium_org/net/base/ |
network_change_notifier_win.h | 68 // Tries to start listening for a single subsequent address change. Returns
|
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_fetcher.h | 20 // The Fetch method on this interface tries to retrieve the most appropriate
|
/external/chromium_org/ppapi/proxy/ |
ppb_flash_message_loop_proxy.cc | 106 // We cannot use IPC_MESSAGE_HANDLER here. Because it tries to send the sync
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
chrome-remote-desktop.init | 32 # Tries to wait for 10 seconds until specified command exits and then kills it.
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
die.cc | 39 // stand out when somebody tries to diagnose the problem by using "strace".
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
sunspider.html | 47 <dd>This test mostly avoids microbenchmarks, and tries to focus on
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
workspace.py | 55 # If we can't find an unused name in search_limit tries, just give up.
|
/external/chromium_org/third_party/libevent/ |
http-internal.h | 41 EVCON_CONNECTING, /**< tries to currently connect */
|
/external/chromium_org/third_party/libva/va/ |
va_tpi.h | 30 * and also a vaSyncSurface should be called before application tries to access the frame
|
/external/chromium_org/third_party/libxml/src/ |
xlink.c | 117 * but tries to detect and return the appropriate link type.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen_cache.c | 101 unsigned tries = 0; local 112 ++tries; 151 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__, 152 handle ? "hit" : "miss", tries, bucket);
|
/external/chromium_org/third_party/re2/re2/ |
filtered_re2.h | 54 // Does not do any filtering: simply tries to Match the
|
/external/chromium_org/third_party/sqlite/src/test/ |
capi3b.test | 63 # Second database connection tries to write. The sqlite3_step()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
page_heap_allocator.h | 52 // other static variable tries to allocate memory.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
page_heap_allocator.h | 50 // other static variable tries to allocate memory.
|
Completed in 862 milliseconds
<<11121314151617181920>>