HomeSort by relevance Sort by last modified time
    Searched full:lazyload (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_site_list.h 72 bool LazyLoad();
supervised_user_site_list.cc 159 if (!LazyLoad())
194 bool SupervisedUserSiteList::LazyLoad() {
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchRequest.h 41 enum DeferOption { NoDefer, LazyLoad, DeferredByClient };
ResourceFetcher.cpp 130 if (FetchRequest::LazyLoad == request.defer())
    [all...]
  /external/elfutils/0.153/src/
ld.c 130 { "-z lazyload | nolazyload", '\0', NULL, OPTION_DOC,
1009 && strcmp (arg, "lazyload") != 0
1026 else if (strcmp (arg, "lazyload") == 0)
1027 ld_state.lazyload = true;
1029 ld_state.lazyload = false;
    [all...]
ld.h 112 bool lazyload; member in struct:usedfiles
1032 bool lazyload; member in struct:ld_state
    [all...]
ldgeneric.c     [all...]
readelf.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp 188 setDefer(FetchRequest::LazyLoad);
190 setDefer(FetchRequest::LazyLoad);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 223 defer = FetchRequest::LazyLoad;
  /external/elfutils/0.153/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 785 #define DF_P1_LAZYLOAD 0x00000001 /* Lazyload following object. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 785 #define DF_P1_LAZYLOAD 0x00000001 /* Lazyload following object. */
    [all...]

Completed in 987 milliseconds