HomeSort by relevance Sort by last modified time
    Searched full:posturl (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.webkit.WebView.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/webkit/WebView.html#postUrl(java.lang.String, byte[])" target="_top"><code>postUrl</code></A>(<code>String,</nobr> byte[]<nobr><nobr></code>)</nobr>
methods_index_additions.html     [all...]
alldiffs_index_additions.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 114 browser->posturl = (NPN_PostURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->posturl);
  /external/webkit/WebCore/plugins/
npapi.cpp 89 return pluginViewForInstance(instance)->postURL(url, target, len, buf, file);
npfunctions.h 124 NPN_PostURLProcPtr posturl; member in struct:_NPNetscapeFuncs
PluginPackage.cpp 265 m_browserFuncs.posturl = NPN_PostURL;
PluginView.h 154 NPError postURL(const char* url, const char* target, uint32 len, const char* but, NPBool file);
PluginView.cpp 640 NPError PluginView::postURL(const char* url, const char* target, uint32 len, const char* buf, NPBool file)
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 106 m_browserFuncs.posturl = NPN_PostURL;
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 99 return [pluginViewForInstance(instance) postURL:URL target:target len:len buf:buf file:file];
WebNetscapePluginView.h 161 - (NPError)postURL:(const char *)URL target:(const char *)target len:(UInt32)len buf:(const char *)buf file:(NPBool)file;
WebNetscapePluginPackage.mm 437 browserFuncs.posturl = (NPN_PostURLProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_PostURL);
550 browserFuncs.posturl = NPN_PostURL;
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 145 funcs->posturl = NPN_PostURL;
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.cpp 662 NPError error = browser->posturl(obj->npp, url, target, pathString.UTF8Length, path, TRUE);
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 259 public void postUrl(String url, byte[] data) {
    [all...]
LoadListener.java 474 // associated with it. postUrl() or form submission should set the
    [all...]
WebViewCore.java     [all...]
WebView.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 227 NO DOC BLOCK: android.webkit.WebView Method postUrl(java.lang.String, byte[])
    [all...]
  /external/webkit/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 896 milliseconds

1 2