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

12 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/resources/google_now/
background_test_util.js 5 // Mocks for globals needed for loading background.js.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
set_time_ui_browsertest.js 8 * SetTimeWebUITest tests loading and interacting with the SetTimeUI web UI,
  /external/chromium_org/content/shell/browser/
shell_android.cc 51 void Shell::PlatformSetIsLoading(bool loading) {
53 Java_Shell_setIsLoading(env, java_object_.obj(), loading);
shell_aura.cc 40 void Shell::PlatformSetIsLoading(bool loading) {
  /external/chromium_org/v8/test/mjsunit/
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
35 // Test loading across an eval call that does not shadow variables.
94 // Test loading across eval calls that do not shadow variables.
118 // Test loading across an eval call that shadows variables.
dictionary-properties.js 7 // Test loading existent and nonexistent properties from dictionary
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.h 63 bool loading,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
injected_script_loader.js 6 * @fileoverview Responsible for loading scripts into the inject context.
32 // loaded normally. Wait until it's fetched before loading the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
earcons_background.js 41 * @return {string} The base URL for loading earcons.
78 * The base URL for loading eracons.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 46 // Is the tab loading any resource?
47 - (NSNumber*)loading;
  /external/chromium_org/components/dom_distiller/webui/resources/
about_dom_distiller.js 13 $('entries-list-loading').classList.add('hidden');
84 $('entries-list-loading').classList.add('hidden');
101 $('entries-list-loading').classList.remove('hidden');
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 19 // Handler that gets called when the NaCl module starts loading. This
50 // Handler that gets called if an error occurred while loading the NaCl
69 // Handler that gets called when the NaCl module loading has completed.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 38 .loading {
173 #image-outputs img.loading,
174 #image-outputs canvas.loading {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
loader.js 23 /* Make sure document is complete. Loading base.js when the document is
24 * loading will destroy the DOM. */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 12 html.loading * {
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_deny.js 33 if (document.readyState == 'loading')
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
chrome_shared2.css 14 html.loading * {
  /external/chromium_org/native_client_sdk/src/resources/
background.js 10 console.log('loading ' + url);
  /external/chromium_org/third_party/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/chromium_org/ui/webui/resources/css/
chrome_shared.css 18 html.loading * {
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
PhotoPagerAdapter.java 53 boolean loading = shouldShowLoadingIndicator(cursor);
55 if(photoUri == null && loading) {
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 4 # - dynamic library loading
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 2 Dynamic Linking and Loading with glibc
68 * Dynamic loading can provide a big performance benefit for your application if
69 you can structure the application to defer loading of code that's not needed
79 Native Client support for dynamic linking and loading is based on glibc. Thus,
212 linking and loading. Take a look at the example Makefiles and the generated
229 In this example we demonstrate both loading directly from via the manifest
230 file (``libeightball.so``) and loading indirectly via a http mount
386 If your .nexe isn't loading, the best place to look for information that can
392 **/main.nexe: error while loading shared libraries: /main.nexe: failed to allocate code and data space for executable**
396 **/main.nexe: error while loading shared libraries: libpthread.so.xxxx: cannot open shared object file: Permission denied*
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 58 $('loading-message').style.visibility = 'hidden';
62 // Get data and have it displayed upon loading.

Completed in 2028 milliseconds

12 3 4 5 6 7 8 910