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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.idl 37 const unsigned short LOADED = 2;
HTMLTrackElement.h 56 enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 };
HTMLTrackElement.cpp 283 // 1. Change the text track readiness state to loaded.
284 setReadyState(HTMLTrackElement::LOADED);
294 COMPILE_ASSERT(HTMLTrackElement::LOADED == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loaded), TextTrackEnumLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumLOADED);
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.h 86 LOADED,
webrtc_identity_store_backend.cc 186 if (state_ != LOADED) {
313 state_ = LOADED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkLoadingTestCase.java 30 * A test case which uses the SDK loaded by the ADT plugin.
88 assertEquals(LoadStatus.LOADED, loadStatus);
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 72 LOADED
76 load_state_ = LOADED;
102 load_state_ = LOADED;
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 77 LOADED
81 load_state_ = LOADED;
106 load_state_ = LOADED;
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 52 /** Contact is successfully loaded */
53 LOADED,
143 mStatus = Status.LOADED;
292 * @return true if the specified contact is successfully loaded.
296 return mStatus == Status.LOADED;
430 // If the photo was loaded using the URI, create an entry for the photo
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageCursor.java 133 mStatus = CursorStatus.LOADED;
142 * Returns true if the cursor is fully loaded. Returns false if the cursor is expected to get
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 41 LOADED,
135 bool loaded = networkState == LOADED; local
176 // Expected loaded or not.
177 EXPECT_CALL(host_, SetLoaded(loaded));
180 if (instance_size != -1 && (loaded || partial_response)) {
182 if (loaded)
202 if (instance_size != -1 && (loaded || partial_response)) {
507 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
519 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
    [all...]
buffered_resource_loader_unittest.cc 55 LOADED,
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 12 updateStatus('Page Loaded');
15 // Indicate success when the NaCl module has loaded.
17 updateStatus('LOADED');
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 31 // loaded The number of bytes loaded so far.
40 loadPercent = event.loaded / event.total * 100.0;
48 ' (' + event.loaded + ' of ' + event.total + ' bytes)');
64 // When the NaCl module has loaded indicate success.
67 common.updateStatus('LOADED');
72 // module loaded successfully or not. For example, if there is an error
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 72 private enum State { LOADING, LOADED, CANCELLED };
196 if (DEBUG) Log.v(TAG, "Loaded bitmap for task "
531 mState = State.LOADED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 172 boolean sdkIsLoaded = plugin.getSdkLoadStatus() == LoadStatus.LOADED;
182 // this might be null if the sdk is not yet loaded.
185 // if we are loaded and the target is non null, we create a valid
188 // first make sure the target has loaded its data
206 // if there is no hash string we only show this if the SDK is loaded.
210 // By testing the sdk is loaded, we only show this once in the console.
220 // loaded and therefore we can't get the target yet.
228 // is resolved again after the SDK is loaded.
232 "Unable to resolve target '%s' until the SDK is loaded.",
241 // to be checked for cache validity once the SDK is loaded
    [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 135 LOADED,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 49 * This class contains the data of an Android Target as loaded from the SDK.
326 if (mLayoutBridgeInit == false && mLayoutLibrary.getStatus() == LoadStatus.LOADED) {
Sdk.java 169 * Called when the targets are loaded (either the SDK finished loading when Eclipse starts,
454 * If the project has not yet been loaded, then it is loaded.
520 if (AdtPlugin.getDefault().getSdkLoadStatus() == LoadStatus.LOADED) {
551 * @return the target that was loaded.
627 * <p/> The data is loaded in a separate {@link Job}, and opened editors will be notified
631 * <p/>The return value is non-null only if the target data has already been loaded (and in this
634 * @param project an optional project to be recompiled when the target data is loaded.
635 * If the target is already loaded, nothing happens.
636 * @return The load status if the target data is already loaded
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 125 /** Serialized state to use when initializing the configuration after the SDK is loaded */
197 setVisible(false); // Delayed until the targets are loaded
481 * loaded (or reloaded as the SDK/target changes).
519 // only attempt to do anything if the SDK and targets are loaded.
522 if (sdkStatus == LoadStatus.LOADED) {
528 if (targetStatus == LoadStatus.LOADED) {
692 * Responds to the XML model being loaded, either the first time or when the
699 * If the SDK or target are not loaded, nothing will happen (but the method
715 // only attempt to do anything if the SDK and targets are loaded.
717 if (sdkStatus == LoadStatus.LOADED) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 333 if (sdk.checkAndLoadTargetData(target, javaProject) != LoadStatus.LOADED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 200 if (layoutLib.getStatus() != LoadStatus.LOADED) {
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 114 assertSame(LoadStatus.LOADED, sdkStatus);
  /external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc 54 LOADED,
    [all...]

Completed in 674 milliseconds

1 2