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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/
SharedBufferStream.cpp 48 // threadsafe. Therefore we defer it until it can be executed in the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 78 /** A defer event callback protoype \since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 78 /** A defer event callback protoype \since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 78 /** A defer event callback protoype \since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 346 // Defer transition to IDLE
348 // Defer transition to LOADING
354 // Defer transition to Enable
356 // Defer transition to Enable
358 // Defer transition to Disable
360 // Defer transition to Disable
362 //defer flush notification
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 433 // Read past the buffer size; should not defer regardless.
461 // Receive almost enough data to cover, shouldn't defer.
465 // As soon as we have received enough data to fulfill the read, defer.
487 // Haven't reached threshold, don't defer.
490 // We're at the threshold now, let's defer.
550 // TODO(hclam): add unit test for defer loading.
buffered_resource_loader.h 39 // kNeverDefer - Aggresively buffer; never defer loading while paused.
150 // Sets the defer strategy to the given value.
164 // Returns true if we should defer resource loading, based
  /external/webkit/Source/WebCore/page/
Chrome.cpp 211 // Defer callbacks in all the other pages in this group, so we don't try to run JavaScript
271 // Defer loads in case the client method runs a new event loop that would
293 // Defer loads in case the client method runs a new event loop that would
305 // Defer loads in case the client method runs a new event loop that would
317 // Defer loads in case the client method runs a new event loop that would
338 // Defer loads in case the client method runs a new event loop that would
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT.S 7 * (We could defer the "is 'this' pointer null" test to the common
  /external/chromium/chrome/browser/ui/cocoa/
chrome_event_processing_window_unittest.mm 42 defer:NO];
fullscreen_window.mm 24 defer:YES
info_bubble_window.mm 101 defer:(BOOL)flag {
105 defer:flag])) {
window_size_autosaver_unittest.mm 28 defer:NO];
58 defer:NO];
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 29 // Note that just creating the class does not display the view. We defer
  /external/chromium/chrome/browser/ui/gtk/infobars/
after_translate_infobar_gtk.cc 78 // defer it.
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 42 Like everything, we can probably defer a final decision until later. :)
  /external/webkit/Source/WebCore/html/
HTMLAttributeNames.in 90 defer
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.h 73 // defer painting for one second if best in queue has priority
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 36 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 82 defer
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 44 bool* defer) {
57 bool* defer) {
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.h 55 ResourceResponse* response, bool* defer);
57 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 184 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
196 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
  /external/webkit/Source/WebKit/chromium/src/
WebDataSourceImpl.cpp 122 void WebDataSourceImpl::setDeferMainResourceDataLoad(bool defer)
124 DocumentLoader::setDeferMainResourceDataLoad(defer);
  /frameworks/base/libs/hwui/
Layer.cpp 149 void Layer::defer() { function in class:android::uirenderer::Layer
168 displayList->defer(deferredState, 0);

Completed in 472 milliseconds

1 23 4 5 6 7 8 91011>>