HomeSort by relevance Sort by last modified time
    Searched full:loading (Results 601 - 625 of 5303) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/
url_request_util.cc 148 // Extensions with webview: allow loading certain resources by guest renderers
176 // Disallow loading of packaged resources for hosted apps. We don't allow
191 // Extensions with web_accessible_resources: allow loading by regular
  /external/chromium_org/chrome/browser/resources/history/
history.html 125 <div id="loading-spinner" hidden>
126 <span id="loading">
128 <span i18n-content="loading"></span>
history_mobile.css 50 #loading-spinner {
222 #loading-spinner {
300 #loading-spinner,
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 72 LOADING = 1 << 2,
74 // Indicates we finished loading the last tabs (but not necessarily the last
78 // Indicates we finished loading the last session (but not necessarily the
205 // loading the entries in |staging_entries_| are added to entries and
229 // results from both us and the session restore service have finished loading
233 // Used when loading previous tabs/session and open tabs/session.
327 load_state_ = (LOADING | LOADED_LAST_SESSION | LOADED_LAST_TABS);
335 load_state_ = LOADING | LOADED_LAST_SESSION;
337 load_state_ = LOADING;
366 return !(load_state_ & (NOT_LOADED | LOADING));
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 46 // Encapsulates the logic for loading and storing synced favicons.
119 // Map of page url to task id (for favicon loading).
200 // Trask tracker for loading favicons.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 59 // Wait to show the popup until the contained host finishes loading.
86 // Show when the content finishes loading and its width is computed.
201 // If the host had somehow finished loading, then we'd miss the notification
  /external/chromium_org/components/bookmarks/browser/
bookmark_node.h 133 // loading the favicon if it isn't already loaded.
175 // The loading state of the favicon.
179 // we're loading the
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java 125 * @return Whether or not the Shell is loading content.
243 private void setIsLoading(boolean loading) {
244 mLoading = 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/ppapi/cpp/
url_loader.h 12 /// This file defines the API for loading URLs.
20 /// URLLoader provides an API for loading URLs.
48 /// This function begins loading the <code>URLRequestInfo</code>.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.cpp 127 // All fonts are custom fonts and are loading. Return the first FontData.
143 // When a custom font is loading, we should use the correct fallback font to layout the text.
144 // Here skip the temporary font for the loading custom font which may not act as the correct fallback font.
  /external/chromium_org/third_party/WebKit/Source/web/
WebEmbeddedWorkerImpl.cpp 67 // A thin wrapper for one-off script loading.
264 // provide a context for loading on the main thread.
280 // to have same origin as the worker so the loading checks work correctly.
  /external/chromium_org/third_party/icu/source/common/unicode/
putil.h 53 * facilities does not require loading of an external data file;
79 * facilities does not require loading of an external data file;
84 * first ICU operation (e.g., u_init()) that will require the loading of an
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
icuinfo.cpp 165 fprintf(stderr, "Dynamic Loading: is disabled. No plugins will be loaded at start-up.\n");
231 message = "Error: This plugin couldn't load because the system level was too high. Try loading this plugin earlier.";
239 message = "error loading:";
  /external/chromium_org/third_party/sqlite/src/test/
loadext.test 12 # focus of this script is extension loading.
88 # Test that loading the extension produces the expected results - adding
234 # Make sure the extension loading mechanism will not work unless it
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 39 // The maximum allowed time to wait for icon loading in milliseconds.
56 // Triggers icon loading for given |scale_factor|.
107 // Starts icon loading early.
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 14 * choosing a ClassLoader for dynamic class/resource loading at any point
32 * class/resource loading by whoever calls this method. The decision
54 * class/resource loading by whoever calls this method. The decision
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 116 fprintf(stderr, "Dynamic Loading: is disabled. No plugins will be loaded at start-up.\n");
181 message = "Error: This plugin couldn't load because the system level was too high. Try loading this plugin earlier.";
189 message = "error loading:";
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 66 * True when the initial conversation passed to show() is busy loading. We assume that the
188 // take the adapter out of singleton mode to begin loading the
191 LogUtils.i(LOG_TAG, "IN pager adapter, finished loading primary conversation," +
  /bionic/libc/include/android/
dlext.h 41 * process loading the same library at the same address. This implies
  /bootable/recovery/
interlace-frames.py 44 # When loading this image, the graphics library expects to find a text
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java 47 // mock out the loading from jar
  /dalvik/dexgen/src/com/android/dexgen/util/
PathHolder.java 44 * files involved in the dex class generation and loading process
  /development/ndk/platforms/android-L/include/android/
dlext.h 41 * process loading the same library at the same address. This implies
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ReadAsset.java 46 // text view. Note that the text we are loading is ASCII, so we

Completed in 2021 milliseconds

<<21222324252627282930>>