/external/webkit/WebCore/html/ |
HTMLMediaElement.h | 223 // loading 298 // loading state
|
/external/webkit/WebCore/loader/ |
CachedResource.h | 86 virtual void httpStatusCodeError() { error(); } // Images keep loading in spite of HTTP errors (for legacy compat with <img>, etc.). 125 // Computes the status of an object after loading.
|
HistoryController.cpp | 141 LOG(Loading, "WebCoreLoading %s: saving form state to %p", m_frame->tree()->name().string().utf8().data(), item); 180 LOG(Loading, "WebCoreLoading %s: restoring form state from %p", m_frame->tree()->name().string().utf8().data(), itemToRestore); 204 // This includes recursion to handle loading into framesets properly 273 // Sometimes loading a page again leads to a different result because of cookies. Bugzilla 4072 429 // didn't do any data loading on the past transaction. Make sure to clear these out. 512 // save frame state for items that aren't loading (khtml doesn't save those)
|
/external/webkit/WebKit/win/Interfaces/ |
IWebDocument.idl | 218 @abstract Called when the data source has finished loading. 219 @param dataSource The datasource that has finished loading.
|
/external/webkit/WebKit/win/ |
WebDataSource.cpp | 230 /* [retval][out] */ BOOL* loading) 232 *loading = m_loader->isLoadingInAPISense();
|
/external/wpa_supplicant/ |
eapol_sm.h | 179 * This is an OpenSSL specific configuration option for loading OpenSC 187 * This is an OpenSSL specific configuration option for loading PKCS#11
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.h | 180 * This is an OpenSSL specific configuration option for loading OpenSC 188 * This is an OpenSSL specific configuration option for loading PKCS#11
|
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 31 * so that any slowness with preparing or loading doesn't block the calling thread. 76 Log.w(mTag, "error loading sound for " + cmd.uri, e);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
AdnRecordCache.java | 251 // Have we already *started* loading this efid? 263 // Start loading efid
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
LongThreadTest.java | 77 Log.v(TAG, "Loading dictionary of words"); 102 Log.v(TAG, "Loading recipients");
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 85 static const char *engine_dynamic_name = "Dynamic engine loading support"; 97 "Specifies an ENGINE id name for loading", 121 /* Loading code stores state inside the ENGINE structure via the "ex_data" 132 /* The default name/path for loading the shared library */ 134 /* Whether to continue loading on a version check failure */ 146 * 'dirs' for loading. Default is to use 'dirs' as a fallback. */
|
/external/srec/srec/Grammar/src/ |
SR_GrammarImpl.c | 398 * Based on the filename, determine if you are loading from image or loading from text files. 416 PLogError(L("ESR_READ_ERROR: Problem loading syntax from image")); 425 PLogError(L("ESR_READ_ERROR: Problem loading syntax from text")); 431 * Semantic Graph Loading 440 PLogError(L("%s: loading semgraph from image %s"), ESR_rc2str(rc), filename);
|
/external/srec/srec/include/ |
frontapi.h | [all...] |
simapi.h | 760 * It is an error to call this function without first loading [all...] |
/external/webkit/WebKit/mac/History/ |
WebHistory.mm | 497 // Optimize loading from local file, which is faster than using the general URL loading mechanism 527 LOG_ERROR("history file version can't be determined, therefore not loading"); 532 LOG_ERROR("history file version is %d, newer than newest known version %d, therefore not loading", fileVersion, currentFileVersion); 591 LOG(Timing, "loading %d history entries from %@ took %f seconds", numberOfItems, URL, duration); 604 // Ignores the date and item count limits; these are respected when loading instead of when saving, so
|
/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
|
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | 554 if (m_networkState != MediaPlayer::Loading) { 555 m_networkState = MediaPlayer::Loading; 846 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 361 Log.w(TAG, "Nobody to tell about the new app. Launcher is probably loading."); 535 // This way we don't start loading all apps until the workspace has settled 588 if (DEBUG_LOADERS) Log.d(TAG, "step 1: loading workspace"); 591 if (DEBUG_LOADERS) Log.d(TAG, "step 1: special: loading all apps"); 604 if (DEBUG_LOADERS) Log.d(TAG, "step 2: loading all apps"); 607 if (DEBUG_LOADERS) Log.d(TAG, "step 2: special: loading workspace"); 680 Log.e(TAG, "Error loading shortcut " + item [all...] |
/external/junit/ |
README.html | 222 when loading suite</a></li> 271 class loading checkbox is 342 loading 462 <font color="#000000">loading 469 used. The loading collector 470 is more precise but much slower than the simple one. The loading 508 the <b>loading</b> property to false in the junit.properties file.</li>
|
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 82 // a message posted when a frame loading is completed 318 // As this is called for the main resource and loading will be stopped 545 * wants to hijack url loading 620 * Start loading a resource. 629 * @param cacheMode The cache mode to use when loading this resource. See WebSettings.setCacheMode 755 * the current progress percentage of loading the page. [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest1.java | 37 // loading, runs the object's constructor (wrong) or the constructor defined 252 // This one tests class-based replacement when loading 264 // This one tests what happens if a loading-replacement is not [all...] |
/external/webkit/WebCore/platform/graphics/gtk/ |
MediaPlayerPrivateGStreamer.cpp | 332 if (m_networkState != MediaPlayer::Loading) { 333 m_networkState = MediaPlayer::Loading; 669 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded) 755 m_networkState = MediaPlayer::Loading; 855 m_networkState = MediaPlayer::Loading; [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 167 if (m_networkState != MediaPlayer::Loading) { 168 m_networkState = MediaPlayer::Loading; 393 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded) 437 m_networkState = MediaPlayer::Loading; 441 // Something went wrong in the loading of media within a standalone file.
|
/packages/apps/Calendar/res/values/ |
strings.xml | 163 <string name="loading_calendars_title">"Loading calendars"</string> 166 <string name="loading_calendars_message">"Loading calendars\u2026"</string> 242 <!-- This is shown while the calendar events are being loading to the screen. --> 243 <string name="loading">Loading\u2026</string>
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Attr.java | 220 * after loading the document or invoking 237 * while loading the document or while invoking 245 * <li> If validation occurred using a DTD while loading the document or
|