HomeSort by relevance Sort by last modified time
    Searched refs:loading (Results 76 - 100 of 248) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/v8/test/mjsunit/compiler/
proto-chain-constant.js 30 // Test loading a constant function on the prototype chain.
  /external/compiler-rt/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
71 $$(info MAKE: $(PlatformName): Done loading platform)
78 $(info MAKE: Loading platforms: $(PlatformFiles))
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 5 html.loading * {
173 .loading #no-extensions,
174 .loading #footer-section,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 508 // TODO(dtseng): The loading param is no longer used. Remove it once the
512 * @param {boolean} loading True if ChromeVox is loading; false if it is
517 loading, makeAnnouncements) {
518 if (loading) {
  /external/chromium_org/remoting/webapp/
main.css 266 #host-list-loading-indicator:not(.loading) #host-list-loading,
267 #host-list-loading-indicator.loading #host-list-reload {
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 181 DEFINE_STATIC_LOCAL(AtomicString, loading, ("loading", AtomicString::ConstructFromLiteral));
183 return (!m_loadingFonts.isEmpty() || hasLoadedFonts()) ? loading : loaded;
214 dispatchEvent(CSSFontFaceLoadEvent::createForFontFaces(EventTypeNames::loading));
299 if (fontFace->loadStatus() == FontFace::Loading)
312 if ((*it)->loadStatus() == FontFace::Loading)
332 if (fontFace->loadStatus() == FontFace::Loading)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 182 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
183 // to stop loading. Because of this, we need to save it so we don't return early.
184 bool loading = isLoading(); local
187 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
191 if (loading || doc->parsing())
195 if (!loading) {
204 // The main resource loader already finished loading. Set the cancelled error on the
301 // Don't ask if we are loading an empty URL.
305 // If we're loading content into a subframe, check against the parent's Content Security Polic
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 67 * Describes the loading state of the instance.
72 LOADING: 1,
105 this.instanceState_ = cvox.LibLouis.InstanceState.LOADING;
143 case cvox.LibLouis.InstanceState.LOADING:
194 * @param {Event} e Event dispatched after loading.
209 * @param {Event} e Event dispatched after loading failure.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 6 * Dictionary of constants (Initialized soon after loading by data from browser,
120 * loaded, if we're loading a log file.
314 // certStatusFlag may not be present when loading old log Files
  /external/chromium_org/chrome/browser/resources/
components.js 107 // Get data and have it displayed upon loading.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.css 101 #loading-older,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 47 // Note: we also sent a message above, upon loading the event page,
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval.js 61 // Test loading of globals from deeply nested eval. This code is a
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 179 setEmptyText(getText(R.string.loading));
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 179 setEmptyText(getText(R.string.loading));
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 179 setEmptyText(getText(R.string.loading));
  /external/chromium_org/chrome/browser/resources/options/
options.js 244 document.documentElement.classList.remove('loading');
249 document.documentElement.classList.add('loading');
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 51 * loading) we queue up the messages and flush them later.
87 * loading.
  /external/chromium_org/content/shell/browser/
shell.h 196 void PlatformSetIsLoading(bool loading);
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 180 // the document begins loading, since only then will the "document" reference
186 if (document.readyState != 'loading')
  /external/chromium_org/third_party/sqlite/src/
configure.ac 466 AC_MSG_RESULT([loading])
618 [Enable loading of external extensions]),
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 84 // If we're waiting for a page to finish loading, wait
161 * that's currently loading
  /external/libhevc/common/arm/
ihevc_deblk_luma_horz.s 294 ldr r4,[sp,#0x38] @ loading the filter_flag_p
296 ldr r5,[sp,#0x3c] @ loading the filter_flag_q
311 ldr r4,[sp,#0x38] @ loading the filter_flag_p
312 ldr r5,[sp,#0x3c] @ loading the filter_flag_q
ihevc_deblk_luma_vert.s 294 ldr r4,[sp,#0x38] @ loading the filter_flag_p
296 ldr r5,[sp,#0x3c] @ loading the filter_flag_q
310 ldr r4,[sp,#0x38] @ loading the filter_flag_p
311 ldr r5,[sp,#0x3c] @ loading the filter_flag_q
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 51 # the hack loading BSS_BEGIN and DATA_BEGIN

Completed in 2080 milliseconds

1 2 34 5 6 7 8 910