Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DLeaksViewer.js71 get loading() { getter
75 set loading(x) { setter
116 this.loading = false;
128 this.loading = true;
142 this._setLoadingIndicatorHidden(!this.loading);
162 if (this.loading)
DLeaksViewer.css51 #loading-indicator {
63 #loading-indicator-label {
67 #recent-builds-loading-indicator {
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_renderer_data.cc9 loading(false), in TabRendererData()
28 loading == data.loading && in Equals()
Dtab_renderer_data.h45 bool loading; member
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm25 // Because we want to support loading fonts between processes in the face of
26 // font loading being blocked by the sandbox, we need a mechnasim to both
27 // do the loading of in-memory fonts and keep track of them.
43 // On 10.5, font loading is not blocked by the sandbox and thus there is no
44 // need for the cross-process font loading mechanim.
45 // On system versions >=10.6 cross-process font loading is required.
168 // parameter. If loading is blocked by the sandbox, the font may be loaded
170 // If sandbox loading also fails, a fallback font is loaded.
193 // Font loading was blocked by the Sandbox.
/external/iptables/
DINSTALL51 Produce binaries that have dynamic loading of extensions disabled.
89 Build a binary that relies upon dynamic loading of extensions.
94 is still capable of loading additional extensions.
98 Shipped extensions are built-in, and dynamic loading is
/external/yaffs2/yaffs2/
DKconfig74 bool "Disable lazy loading"
78 "Lazy loading" defers loading file details until they are
82 Lazy loading will only happen if enabled by this option being 'n'
84 automatically fall back to immediate loading and do the right
89 Setting this to 'y' will disable lazy loading.
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript18 get loading of tab 1 of window 1 -- Check if a tab is loading.
Dcopy_html.applescript8 repeat while (loading of tab 2 of window 1)
/external/chromium-trace/src/shared/css/
Doverlay.css43 /* If the options page is loading don't do the transition. */
44 .loading .overlay,
45 .loading .overlay .page {
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h53 Data(int loading, int waiting, int waiting_to_loading);
261 loading(false), in TabData()
274 bool loading; member
/external/webkit/Tools/BuildSlaveSupport/gtk/pulseaudio/
Drun22 --disallow-exit --disallow-module-loading \
/external/webkit/LayoutTests/http/tests/appcache/
Ddifferent-scheme-expected.txt1 Test that application cache doesn't block loading resources with different schemes.
Dcredential-url-expected.txt1 Test that application cache doesn't block loading resources from the same origin with credential.
Dnavigating-away-while-cache-attempt-in-progress-expected.txt1 This tests that navigating away while a cache is loading does not crash.
Dcrash-when-navigating-away-then-back-expected.txt1 This tests that loading a page with a manifest, navigating away from the page, and then back does n…
Dsimple-expected.txt1 This tests that the application cache works by first loading a file that does not exist in the cach…
/external/webkit/Source/WebKit/qt/tests/
Dtests.pro5 SUBDIRS += benchmarks/painting benchmarks/loading
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.messages.in29 # Sent when a frame has finished loading.
44 # Sent when a plug-in stream has finishes loading.
56 # Sent when the plug-in manual stream has finishes loading.
/external/valgrind/main/none/tests/
Drequire-text-symbol-2.stderr.exp-libcso62 valgrind: Fatal error at when loading library with soname
/external/icu4c/test/testdata/
Dtest4x.ucm15 # test loading an extension table from the testdata package
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
Dmain.css38 .loading {
169 #image-outputs img.loading,
170 #image-outputs canvas.loading {
/external/webkit/Source/WebKit/win/
DWebDataSource.cpp240 /* [retval][out] */ BOOL* loading) in isLoading() argument
242 *loading = m_loader->isLoadingInAPISense(); in isLoading()
/external/chromium/chrome/browser/resources/options/
Dabout_page.css5 .loading {
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dtab_applescript.h45 - (NSNumber*)loading;

12345678910>>...12