HomeSort by relevance Sort by last modified time
    Searched full:preloads (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.h 15 // Base class for BidiChecker-based tests. Preloads the BidiChecker JS library
  /packages/apps/Camera2/src/com/android/camera/widget/
Preloader.java 17 * preloads.
122 // preloads as we expect when we change direction, but we can at least be sure we won't
123 // cancel preloads for items we still care about. We can't be more precise here because
160 // If we've changed directions, we don't care about any of our old preloads, so cancel
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.cpp 65 static void checkThatPreloadsAreSafeToSendToAnotherThread(const PreloadRequestStream& preloads)
67 for (size_t i = 0; i < preloads.size(); ++i)
68 ASSERT(preloads[i]->isSafeToSendToAnotherThread());
249 chunk->preloads.swap(m_pendingPreloads);
HTMLDocumentParser.h 94 PreloadRequestStream preloads; member in struct:blink::HTMLDocumentParser::ParsedChunk
HTMLDocumentParser.cpp 353 m_preloader->takeAndPreload(chunk->preloads);
363 chunk->preloads.clear(); // We don't need to preload because we're going to parse immediately.
    [all...]
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 257 TypedArray preloads = res.obtainTypedArray(R.array.bookmark_preloads); local
282 if (i < preloads.length()) {
283 int faviconId = preloads.getResourceId(i, 0);
291 if (i + 1 < preloads.length()) {
292 int touchiconId = preloads.getResourceId(i + 1, 0);
319 preloads.recycle();
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
buffering_file_stream_reader.h 51 // Preloads data from the internal stream reader and calls the |callback|.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
preload.css 8 * Preloads images. Without preloading, background image starts loading in
  /sdk/eclipse/
dictionary.txt 221 preloads
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 54 /** Preloads classes. They should load just fine. */
67 /** Preloads a class not in the JAR. Preloading does nothing in this case. */
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 126 // Preloads the font on Windows, does nothing on other platforms.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoadPlan.java 86 * Preloads the list of recent tasks from the system. After this call, the TaskStack will
RecentsTaskLoader.java 448 /** Preloads recents tasks using the specified plan to store the output. */
  /external/pixman/pixman/
pixman-arm-simd-asm.h 244 /* If exactly one fetch per block, then we need either 0, 1 or 2 extra preloads */
420 * preloads for, to achieve staggered prefetches for multiple channels, because there are
446 /* Just before the final (prefetch_distance+1) 32-byte blocks, deal with final preloads */
  /external/chromium_org/net/http/
transport_security_state.h 275 // representation of first-class DomainStates, and exposing the preloads
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
AlternateRecentsComponent.java 110 /** Preloads the next task */
308 /** Preloads info for the Recents activity. */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 308 * Preloads all "interesting" classes from the framework SDK jar.
310 * Currently this preloads all classes from the framework jar
  /external/chromium_org/v8/src/
jsregexp.h     [all...]
  /external/valgrind/main/
Makefile.all.am 114 # into (and through) the preloads.
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 663 TypedArray preloads = res.obtainTypedArray(R.array.bookmark_preloads); local
686 int faviconId = preloads.getResourceId(i, 0);
687 int thumbId = preloads.getResourceId(i + 1, 0);
    [all...]
  /external/chromium_org/ui/login/account_picker/
user_pod_row.css 278 * Preloads resources for custom icon. Without this, the resources will be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 153 * Preloads the document, parsing all attributes and declared styles.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 490 // Don't send CSP messages for preloads, we might never actually display those items.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 430 * Preloads an image thumbnail for the specified file entry.
    [all...]
  /external/valgrind/main/cachegrind/tests/x86/
Makefile.in 264 # into (and through) the preloads.

Completed in 805 milliseconds

1 2 3 4