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

1 2

  /external/webkit/WebCore/html/
HTMLStyleElement.h 61 virtual void setLoading(bool loading) { m_loading = loading; }
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
DecodingImageSource.java 44 boolean loading; field in class:DecodingImageSource
138 if (!loading && consumers.size() > 0) {
140 loading = true;
210 loading = false;
221 loading = false;
244 loading = false;
  /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 499 char *root, *loading, *data, *file; local
509 l = asprintf(&loading, "%sloading", root);
521 loading_fd = open(loading, O_WRONLY);
548 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 };
inspector.css     [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 129 * when done loading the initial cursor. */
132 * loading the initial cursor. */
200 public void setLoading(boolean loading) {
201 mLoading = loading;
207 // We don't want the empty state to show when loading.
382 // Update the adapter: we are no longer loading, and have
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 263 void setLoading(boolean loading) {
264 mLoading = loading;
270 // We don't want the empty state to show when loading.
    [all...]
ContactsListActivity.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 57 Loading speed
275 mHeaderView.setText(R.string.loading);
  /external/libpcap/
configure     [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 224 // initiate the first computation and loading of resources
    [all...]
  /external/v8/src/
messages.js 188 error_loading_debugger: "Error loading debugger",

Completed in 328 milliseconds

1 2