HomeSort by relevance Sort by last modified time
    Searched refs:loading (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLStyleElement.h 61 virtual void setLoading(bool loading) { m_loading = loading; }
  /external/v8/test/mjsunit/
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
32 // Test loading across an eval call that does not shadow variables.
50 // Test loading across eval calls that do not shadow variables.
69 // Test loading across an eval call that shadows variables.
global-deleted-property-ic.js 38 // Delete the global variable and make sure we get back to loading from
43 // ... and go back again to loading directly from the object.
global-load-from-eval.js 61 // Test loading of globals from deeply nested eval. This code is a
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 50 SimpleFontData::SimpleFontData(const FontPlatformData& f, bool customFont, bool loading, SVGFontData* svgFontData)
60 , m_isLoading(loading)
SimpleFontData.h 67 SimpleFontData(const FontPlatformData&, bool customFont = false, bool loading = false, SVGFontData* data = 0);
193 bool m_isLoading; // Whether or not this custom font is still in the act of loading.
  /external/webkit/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 179 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int)));
183 void loading(int progress) function in class:WebViewCrashTest
197 // Test if loading can be stopped in loadProgress handler without crash.
  /external/webkit/WebKit/win/Interfaces/
IWebDataSource.idl 136 HRESULT isLoading([out, retval] BOOL* loading);
  /external/webkit/WebKit/win/
WebDataSource.h 78 /* [retval][out] */ BOOL *loading);
WebDataSource.cpp 230 /* [retval][out] */ BOOL* loading)
232 *loading = m_loader->isLoadingInAPISense();
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/webkit/WebCore/loader/
DocumentLoader.h 99 void setLoading(bool loading) { m_loading = loading; }
128 // Return the ArchiveResource for the URL only when loading an Archive
267 // The action that triggered loading - we keep this around for the
DocumentLoader.cpp 208 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
209 // to stop loading. Because of this, we need to save it so we don't return early.
210 bool loading = m_loading; local
213 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
217 if (loading || doc->parsing())
224 if (!loading)
238 // The main resource loader already finished loading. Set the cancelled error on the
  /system/core/init/
devices.c 503 char *root, *loading, *data, *file1 = NULL, *file2 = NULL; local
513 l = asprintf(&loading, "%sloading", root);
529 loading_fd = open(loading, O_WRONLY);
560 free(loading);
  /external/icu4c/samples/
readme.txt 41 uresb - demonstrates building and loading resource bundles
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 103 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), "rgb(47,102,236)"),
178 this._recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.categories.loading };
186 this._recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: this.categories.loading };
187 this._recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: this.categories.loading };
188 this._recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: this.categories.loading };
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 130 * when done loading the initial cursor. */
133 * loading the initial cursor. */
201 public void setLoading(boolean loading) {
202 mLoading = loading;
208 // We don't want the empty state to show when loading.
383 // Update the adapter: we are no longer loading, and have
AudioPreview.java 95 mLoadingText = (TextView) findViewById(R.id.loading);
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 39 add r0, r0, #3 ;adjust src only for loading convinience
  /external/chromium/base/
base_main.scons 87 Initialize a class with a list of names for possible loading.
  /external/chromium/net/
net_main.scons 105 Initialize a class with a list of names for possible loading.
  /external/chromium/sdch/
sdch_main.scons 74 Initialize a class with a list of names for possible loading.
  /external/chromium/third_party/icu/
icu_main.scons 76 Initialize a class with a list of names for possible loading.
  /external/chromium/third_party/libevent/
libevent_main.scons 74 Initialize a class with a list of names for possible loading.
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 74 Initialize a class with a list of names for possible loading.

Completed in 516 milliseconds

1 2