/external/webkit/WebCore/manual-tests/animation/ |
transitions-and-paused-animations.html | 60 window.addEventListener('load', runTest, false)
|
/external/webkit/WebCore/manual-tests/ |
database-threading-stress-test.html | 74 addEventListener('load', loaded, false);
|
/external/webkit/WebCore/platform/android/ |
SearchPopupMenuAndroid.cpp | 36 // Load past searches associated with 'name' from the database to 'searchItems'
|
/external/webkit/WebKit/android/plugins/ |
ANPSystem_npapi.h | 38 /** A helper function to load java classes from the plugin's apk. The
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.cpp | 54 // Dummy WebViewDelegate - we only need it in Worker process to load a 58 // Tell the loader to load the data into the 'shadow page' synchronously, 59 // so we can grab the resulting Document right after load. 135 webFrame->frame()->loader()->load(ResourceRequest(url), substData, false);
|
/external/webkit/WebKit/qt/Api/ |
qwebview.cpp | 223 A web site can be loaded onto QWebView with the load() function. Like all 229 Alternatively, setUrl() can also be used to load a web site. If you have 237 load success or failure. 291 \sa load() 413 void QWebView::load(const QUrl &url) function in class:QWebView 415 page()->mainFrame()->load(url); 419 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body) 430 void QWebView::load(const QNetworkRequest &request, function in class:QWebView 434 page()->mainFrame()->load(request, operation, body); 451 \sa load(), setContent(), QWebFrame::toHtml( [all...] |
/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/ |
main.cpp | 59 page.mainFrame()->load(url);
|
/external/webkit/WebKitTools/DumpRenderTree/ |
WorkQueue.h | 45 bool processWork(); // Returns true if all work is done, false if we started a load.
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
NavigationController.h | 34 enum { None, Load, GoBack, ExecuteScript } pendingAction;
|
/frameworks/base/core/java/android/gesture/ |
GestureStore.java | 272 * Load the gesture library 274 public void load(InputStream stream) throws IOException { method in class:GestureStore 275 load(stream, false); method 278 public void load(InputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 201 * Load the user-displayed label for this input method. 203 * @param pm Supply a PackageManager used to load the input method's 211 * Load the user-displayed icon for this input method. 213 * @param pm Supply a PackageManager used to load the input method's
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.media.SoundPool.html | 87 <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(android.content.res.AssetFileDescriptor, int)" target="_top"><code>load</code></A>(<code>AssetFileDescriptor,</nobr> int<nobr><nobr></code>)</nobr> 94 <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(java.io.FileDescriptor, long, long, int)" target="_top"><code>load</code></A>(<code>FileDescriptor,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
|
/frameworks/base/include/ui/ |
KeyCharacterMap.h | 43 static KeyCharacterMap* load(int id);
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimPhoneBookInterfaceManager.java | 65 logd("interrupted while trying to load from the RUIM");
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SimPhoneBookInterfaceManager.java | 65 logd("interrupted while trying to load from the SIM");
|
/frameworks/base/tests/CoreTests/android/core/ |
JniLibTest.java | 43 Log.e("JniLibTest", "WARNING: Could not load jni_lib_test natives");
|
/hardware/ti/omap3/dspbridge/dspexec/ |
dspexec.c | 19 * "cexec" is a Linux console-based utility that allows developers to load 28 * load the DSP program. 46 * 1. Load and execute a DSP/BIOS Bridge base image, waiting for user to 56 * 3. Load and start a program running on the DSP. Cexec will run to
|
/ndk/samples/bitmap-plasma/src/com/example/plasma/ |
Plasma.java | 35 /* load our native library */
|
/ndk/samples/hello-jni/src/com/example/hellojni/ |
HelloJni.java | 58 /* this is used to load the 'hello-jni' library on application
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Texture.java | 84 protected abstract Bitmap load(RenderView view); method in class:Texture
|
/packages/apps/IM/src/com/android/im/ |
IImConnection.aidl | 43 * client must load contacts manually.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ImageLoader.java | 56 throw new NullPointerException("couldn't load " + tmp);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
ImageLoader.java | 41 * @param filename the filename of the image to load. The filename is searched for under /icons.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SettingsController.java | 34 * Users of this class must first load the settings before changing them and save
150 * Load settings from the settings file.
162 mProperties.load(fis);
172 log.error(e, "Failed to load settings from .android folder. Path is '%1$s'.", path);
|
/external/freetype/src/truetype/ |
ttgload.c | 326 TT_Load_Simple_Glyph( TT_Loader load ) 329 FT_Byte* p = load->cursor; 330 FT_Byte* limit = load->limit; 331 FT_GlyphLoader gloader = load->gloader; 332 FT_Int n_contours = load->n_contours; 334 TT_Face face = (TT_Face)load->face; 397 load->glyph->control_len = 0; 398 load->glyph->control_data = 0; 424 if ( IS_HINTED( load->load_flags ) ) 426 load->glyph->control_len = n_ins [all...] |