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

  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.h 85 LOADING,
102 // The persistent storage loading state.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.h 56 enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 };
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 58 LOADING = 1,
117 // Internal loading state, which could differ from ReadyState as it's
  /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/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/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 38 // Icon used while loading, or if a specific favicon can't be found.
76 LOADING,
97 load_state_ = LOADING;
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 55 LOADING
    [all...]
  /external/chromium_org/remoting/webapp/
xhr_proxy.js 88 remoting.XMLHttpRequestProxy.prototype.LOADING = 3;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 65 LOADING = 3,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 92 // initialization (e.g., ld.so dynamic loading of manifest files) is
141 // Report successful loading of a module.
145 // Report an error that was encountered while loading a module.
147 // Report loading a module was aborted, typically due to user action.
153 // Dispatch a JavaScript event to indicate a key step in loading.
215 LOADING = 3,
346 // Callback used when getting the URL for the .nexe file. If the URL loading
382 // Processes the JSON manifest string and starts loading the nexe.
402 // Callback used when loading a URL for SRPC-based StreamAsFile().
462 // help determine whether nexe loading problems are caused by networkin
    [all...]
  /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...]
  /frameworks/av/include/media/
SoundPool.h 54 enum sample_state { UNLOADED, LOADING, READY, UNLOADING };
66 void startLoad() { mState = LOADING; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 72 private enum State { LOADING, LOADED, CANCELLED };
247 // additional optimization when we have software system buttons - start loading the recent
409 mState = State.LOADING;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 50 LOADING
76 mState = State.LOADING;
170 mState = State.LOADING;
324 (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 175 public static final int LOADING = 0;
392 // The delta list may not have finished loading before orientation change happens.
481 // Read state from savedState. No loading involved here
504 // mState can still be null because it may not have have finished loading before
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 

Completed in 963 milliseconds