HomeSort by relevance Sort by last modified time
    Searched defs:LOADING (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBRequest.h 60 LOADING = 1,
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 56 LOADING
550 // TODO(hclam): add unit test for defer loading.
buffered_data_source_unittest.cc 42 LOADING
427 InitializeDataSource(kHttpUrl, net::OK, true, 1024, LOADING);
437 InitializeDataSource(kHttpUrl, net::OK, true, -1, LOADING);
442 InitializeDataSource(kHttpUrl, net::OK, false, 1024, LOADING);
449 LOADING);
455 InitializeDataSource(kHttpUrl, net::OK, false, -1, LOADING);
460 InitializeDataSource(kHttpUrl, net::OK, true, 25, LOADING);
472 InitializeDataSource(kHttpUrl, net::OK, true, 1024, LOADING);
481 InitializeDataSource(kHttpUrl, net::OK, true, 1024, LOADING);
488 InitializeDataSource(kHttpUrl, net::OK, true, 25, LOADING);
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileReader.h 62 LOADING = 1,
  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 185 LOADING = 1 << 2,
187 // Indicates we finished loading the last tabs (but not necessarily the
191 // Indicates we finished loading the last session (but not necessarily the
297 // loading the entries in staging_entries_ are added to entries_ and
330 // Used when loading previous tabs/session.
335 // loading LoadStateChanged is invoked, which adds these entries to
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 32 // Icon used while loading, or if a specific favicon can't be found.
71 LOADING,
93 load_state_ = LOADING;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 57 LOADING = 3,
  /frameworks/av/include/media/
SoundPool.h 52 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
64 void startLoad() { mState = LOADING; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 73 private enum State { LOADING, LOADED, CANCELLED };
250 // additional optimization when we have software system buttons - start loading the recent
412 mState = State.LOADING;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 50 LOADING
72 mState = State.LOADING;
166 mState = State.LOADING;
320 (mState != State.LOADING && mState != State.ERROR &&
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 163 LOADING, // Loader is fetching the group metadata
227 // Just restore from the saved state. No loading.
231 } else if (mStatus == Status.LOADING) {
261 mStatus = Status.LOADING;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 174 public static final int LOADING = 0;
391 // The delta list may not have finished loading before orientation change happens.
480 // Read state from savedState. No loading involved here
503 // mState can still be null because it may not have have finished loading before
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 417 milliseconds