/external/webkit/WebCore/platform/graphics/wince/ |
MediaPlayerProxy.cpp | 82 void WebMediaPlayerProxy::load(const String& url) function in class:WebCore::WebMediaPlayerProxy
|
/external/webkit/WebCore/platform/graphics/wx/ |
SimpleFontDataWx.cpp | 103 // FIXME: We will need to implement this to load non-ASCII encoding sites
|
/external/webkit/WebCore/plugins/ |
PluginPackage.h | 66 bool load();
|
/external/webkit/WebCore/svg/ |
SVGElementInstance.h | 90 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), load); member in class:WebCore::SVGElementInstance
|
/external/webkit/WebKit/chromium/public/ |
WebMediaPlayer.h | 83 virtual void load(const WebURL&) = 0;
|
/external/webkit/WebKit/chromium/src/ |
WebDataSourceImpl.h | 97 // Lists all intermediate URLs that have redirected for the current provisional load.
|
WebMediaPlayerClientImpl.h | 66 virtual void load(const WebCore::String& url);
|
WebPluginContainerImpl.h | 86 // Resource load events for the plugin's source data:
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
DocumentLoaderGtk.cpp | 98 // It is valid for a load to be cancelled before it's started.
|
/external/webkit/WebKit/gtk/tests/ |
testhittestresult.c | 111 g_signal_connect(fixture->webView, "notify::load-status", G_CALLBACK(load_status_cb), info);
|
testkeyevents.c | 119 g_signal_connect(fixture->webView, "notify::load-status",
|
testwindow.c | 52 g_signal_connect(webView, "notify::load-status",
|
/external/webkit/WebKit/mac/Plugins/ |
WebBasePluginPackage.h | 78 - (BOOL)load;
|
/external/webkit/WebKit/mac/WebView/ |
WebFormDelegate.h | 60 // Sent when a form is just about to be submitted (before the load is started)
|
/external/webkit/WebKit/qt/tests/hybridPixmap/ |
widget.cpp | 41 ui->webView->load(QUrl("qrc:///test.html"));
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFormDelegate.idl | 93 // Sent when a form is just about to be submitted (before the load is started)
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PolicyDelegate.mm | 79 NSString *message = [NSString stringWithFormat:@"Policy delegate: attempt to load %@ with navigation type '%s'", [[request URL] _drt_descriptionSuitableForTestResult], typeDescription];
|
/external/webkit/WebKitTools/QtLauncher/ |
webpage.cpp | 85 page->mainFrame()->load(request);
|
/external/webkit/WebKitTools/Scripts/ |
run-pageloadtest | 29 # Script to run the WebKit Open Source Project page load tests (PLTs).
|
/external/webkit/WebKitTools/WebKitLauncher/ |
WebKitLauncherURLProtocol.m | 42 +(void)load
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/ |
JPEGImageReader.java | 101 source.load();
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/ |
PNGImageReader.java | 84 source.load();
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 94 load(KeyCharacterMap.BUILT_IN_KEYBOARD);
|
/frameworks/base/core/java/android/content/pm/ |
PermissionInfo.java | 99 * will call back on the given PackageManager to load the description from
|
RegisteredServicesCache.java | 262 Log.w(TAG, "Unable to load service info " + resolveInfo.toString()); 267 Log.w(TAG, "Unable to load service info " + resolveInfo.toString(), e); 269 Log.w(TAG, "Unable to load service info " + resolveInfo.toString(), e); 418 "Unable to load resources for pacakge " + si.packageName);
|