HomeSort by relevance Sort by last modified time
    Searched full:defer (Results 26 - 50 of 571) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.h 30 ResourceResponse* response, bool* defer);
36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
download_resource_handler.h 42 ResourceResponse* response, bool* defer);
48 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
download_throttling_resource_handler.h 47 ResourceResponse* response, bool* defer);
49 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
save_file_resource_handler.cc 36 bool* defer) {
65 bool* defer) {
download_throttling_resource_handler.cc 67 bool* defer) {
71 request_id, url, response, defer);
89 bool* defer) {
92 return download_handler_->OnWillStart(request_id, url, defer);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm 22 defer:(BOOL)deferCreation {
26 defer:deferCreation])) {
bookmark_bar_folder_window_unittest.mm 20 defer:NO]);
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view.mm 24 defer:(BOOL)flag {
28 defer:NO];
  /dalvik/vm/mterp/mips/
OP_INVOKE_DIRECT.S 7 * (We could defer the "is 'this' pointer null" test to the common
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 119 bool* defer) {
121 request_id, url, response, defer);
152 bool* defer) {
153 bool will_start = next_handler_->OnWillStart(request_id, url, defer);
prerender_resource_handler.h 55 bool* defer);
56 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm 25 defer:NO];
first_run_bubble_controller_unittest.mm 28 defer:NO]);
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa_unittest.mm 46 defer:NO]);
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac_unittest.mm 27 defer:NO]);
  /external/webkit/Source/WebCore/html/
HTMLScriptElement.idl 28 attribute [Reflect] boolean defer;
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 192 // Update defer behavior to re-enable deferring if need be.
353 // At last see if the buffer is full and we need to defer the downloading.
473 // Never defer at all, so never enable defer.
477 // Defer if nothing is being requested.
481 // Defer if we've reached the max capacity of the threshold.
485 // Otherwise don't enable defer.
500 // yet to fulfill the request; disable defer to get more data.
508 // disable defer to get more data.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 67 // folks to request length through an accessor, so we can defer this
81 // folks to request length through an accessor, so we can defer this
  /external/skia/src/core/
SkTileGrid.h 38 * @param defer Ignored, TileArray does not defer insertions
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
65 return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:deferCreation];
  /frameworks/base/libs/hwui/
DeferredDisplayList.h 100 * At defer time, stores the *defer time* savecount of save/saveLayer ops that were deferred, so
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT.S 7 * (We could defer the "is 'this' pointer null" test to the common
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button.h 38 // |!force|, and the mouse is over the button, defer the transition
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
  /external/skia/legacy/include/core/
SkTLazy.h 18 * Efficient way to defer allocating/initializing a class until it is needed

Completed in 455 milliseconds

12 3 4 5 6 7 8 91011>>