Searched
full:loading (Results
326 -
350 of
1317) sorted by null
<<11121314151617181920>>
/external/webkit/WebCore/platform/ |
Logging.cpp | 89 if (equalIgnoringCase(channelName, String("Loading")))
|
/external/webkit/WebCore/platform/graphics/qt/ |
FontPlatformData.h | 21 This class provides all functionality needed for loading images, style sheets and html
|
MediaPlayerPrivatePhonon.cpp | 177 // We are now loading 178 if (m_networkState != MediaPlayer::Loading) { 179 m_networkState = MediaPlayer::Loading; 326 m_networkState = MediaPlayer::Loading; // FIXME: should this be MediaPlayer::Idle?
|
/external/webkit/WebCore/workers/ |
Worker.cpp | 62 setPendingActivity(this); // The worker context does not exist while loading, so we must ensure that the worker object is not collected, as well as its event listeners.
|
WorkerMessagingProxy.h | 72 // These methods are called on different threads to schedule loading
|
/external/webkit/WebCore/xml/ |
XMLHttpRequest.idl | 52 const unsigned short LOADING = 3;
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 108 // loading, so we don't ASSERT here. At the moment we do not gather results from such windows, 167 // If the page has not finished loading (i.e. loadFinished() has not been emitted) then 169 // When the page has finished loading, maybeDump above will dump the results now that we have 393 // Also need to make sure image loading is re-enabled for each new test.
|
/external/webkit/WebKitTools/QtLauncher/ |
webpage.cpp | 68 errorPage->content = QString("<html><head><title>Failed loading page</title></head><body>%1</body></html>")
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 27 * Tell the host application the current progress of loading a page. 29 * @param newProgress Current page loading progress, represented by 120 * any loading in this window and has removed any cross-scripting ability 303 * @return View The View to be displayed whilst the video is loading.
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestMethod.java | 28 * loading the class.
|
/frameworks/base/tools/preload/ |
LoadedClass.java | 36 /** Memory usage gathered by loading only this class in its own VM. */
|
/packages/apps/Music/res/layout/ |
music_picker.xml | 41 android:text="@string/loading"
|
/packages/apps/Settings/src/com/android/settings/ |
SettingsSafetyLegalActivity.java | 69 // Change from 'Loading...' to the real title
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
begin_code.h | 98 packing set to an alternate value, say for loading structures from disk.
|
/prebuilt/linux-x86/sdl/include/SDL/ |
begin_code.h | 98 packing set to an alternate value, say for loading structures from disk.
|
/prebuilt/windows/sdl/host/include/SDL/ |
begin_code.h | 81 packing set to an alternate value, say for loading structures from disk.
|
/prebuilt/windows/sdl/include/SDL/ |
begin_code.h | 98 packing set to an alternate value, say for loading structures from disk.
|
/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);
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface/ |
Test_invoke_interface.java | 261 * on first access but Dalvik throws VerifyError on class loading. 278 * on first access but Dalvik throws VerifyError on class loading.
|
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_interface_range/ |
Test_invoke_interface_range.java | 261 * on first access but Dalvik throws VerifyError on class loading. 278 * on first access but Dalvik throws VerifyError on class loading.
|
/dalvik/libcore/security/src/main/java/java/security/ |
Policy.java | 160 //System.err.println("No policy provider specified. Loading the " 175 //System.err.println("Error loading policy provider <"
|
/dalvik/vm/analysis/ |
RegisterMap.h | 188 * Find the register maps for this class. (Used during class loading.) 198 * the end of the map. (Used during class loading.)
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryDatabase.java | 203 Log.d(TAG, "Loading words..."); 221 Log.d(TAG, "DONE loading words.");
|
/external/webkit/WebCore/dom/ |
ScriptElement.cpp | 67 // Eventually stop loading any not-yet-finished content 88 // allow dynamic loading later.
|
/external/webkit/WebCore/html/ |
HTMLFrameElementBase.cpp | 72 // algorithms that happen while loading which appear to be N^2 or 174 // We delay frame loading until after the render tree is fully constructed.
|
Completed in 999 milliseconds
<<11121314151617181920>>