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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 89 * many individual lookups. Note that {@link Cache#getAll} will defer to individual calls to
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheLoader.java 62 * many individual lookups. Note that {@link Cache#getAll} will defer to individual calls to
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
genero.php 107 "DEFER",
html4strict.php 103 'data', 'datetime', 'declare', 'defer', 'dir', 'disabled',
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TexturesGenerator.cpp 77 // signal if we weren't in deferred mode, or if we can no longer defer
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 126 // These belong on CCLayerImpl, but should be overridden by each type and not defer to the LayerChromium subtypes.
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 57 // This set of flags help us defer which properties of the layer have been
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 164 // If we could not defer the handle, so don't do it.
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 129 // Do not defer window creation, to make sure -windowNumber is created (needed by WebWindowScaleAnimation).
130 NSWindow *window = [[WebFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
800 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
803 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 154 defer:NO]);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 159 m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 154 defer
  /frameworks/volley/src/com/android/volley/toolbox/
NetworkImageView.java 153 // inside of a layout. Instead, defer setting the image by posting back to
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 44 // Determines whether to defer uninstalling shortcuts immediately until
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsPreview.java 172 // Note: Defer clearing the dirty rectangle here because we will get cleared
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 178 // Mark the SLK portion of the screen for refresh, defer actual refresh
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 178 // Mark the SLK portion of the screen for refresh, defer actual refresh
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 178 // Mark the SLK portion of the screen for refresh, defer actual refresh
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 180 // ready yet. In this case, we'll defer the input method change
748 void SetDeferImeStartup(bool defer) {
749 VLOG(1) << "Setting DeferImeStartup to " << defer;
750 defer_ime_startup_ = defer;
    [all...]
  /external/skia/src/core/
SkRTree.cpp 49 void SkRTree::insert(void* data, const SkIRect& bounds, bool defer) {
61 if (defer) {
  /external/skia/src/gpu/
GrGpu.cpp 133 // TODO: defer this and attach dynamically
180 // TODO: defer this and attach dynamically
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 181 void QNetworkReplyHandlerCallQueue::setDeferSignals(bool defer)
183 m_deferSignals = defer;
  /external/zlib/src/
gzwrite.c 364 /* update buffer and position, defer compression until needed */
443 /* update buffer and position, defer compression until needed */

Completed in 593 milliseconds

1 2 3 4 56 7 8 91011>>