HomeSort by relevance Sort by last modified time
    Searched refs:getvalue (Results 1 - 25 of 41) sorted by null

1 2

  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
util.py 49 return out.getvalue()
  /external/clearsilver/python/
upload.py 15 exception = sfp.getvalue()
static.py 15 exception = sfp.getvalue()
25 hdf_file = cgi.hdf.getValue("CGI.PathTranslated", "")
35 content = cgi.hdf.getValue("Content", "")
  /external/webkit/WebKitTools/Scripts/webkitpy/
webkit_logging_unittest.py 47 actual_output = test_stderr.getvalue()
outputcapture.py 43 captured_output = getattr(sys, output_name).getvalue()
executive.py 106 child_output = child_out_file.getvalue()
  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 38 NPError err = m_pluginFuncs.getvalue(0, NPPVpluginNameString, (void *)&buf);
40 err = m_pluginFuncs.getvalue(0, NPPVpluginDescriptionString, (void *)&buf);
119 m_browserFuncs.getvalue = NPN_GetValue;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 91 pluginFuncs->getvalue = NPP_GetValue;
127 browser->getvalue = (NPN_GetValueProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->getvalue);
148 pluginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_GetValue);
161 error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 98 pluginFuncs->getvalue = NPP_GetValue;
120 if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO_ERROR)
131 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 57 pluginFuncs->getvalue = NPP_GetValue;
75 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR)
123 if (browser->getvalue(instance, NPNVsupportsCarbonBool, &supportsCarbon) != NPERR_NO_ERROR)
127 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
140 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode);
194 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject);
PluginObject.cpp 85 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
267 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled);
304 if (browser->getvalue(obj->npp, NPNVPluginElementNPObject, &elementObject) == NPERR_NO_ERROR) {
391 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject);
540 browser->getvalue(obj->npp, NPNVWindowNPObject, &object);
603 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject);
697 browser->getvalue(npp, NPNVWindowNPObject, &windowObject);
731 browser->getvalue(npp, NPNVWindowNPObject, &windowObject);
794 browser->getvalue(plugin->npp, NPNVWindowNPObject, &windowScriptObject);
879 browser->getvalue(object->npp, NPNVWindowNPObject, &windowScriptObject)
    [all...]
  /external/webkit/WebCore/plugins/qt/
PluginPackageQt.cpp 127 m_browserFuncs.getvalue = staticPluginQuirkRequiresGtkToolKit_NPN_GetValue;
  /external/webkit/WebKitTools/simplejson/
__init__.py 27 >>> io.getvalue()
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 101 pluginFuncs->getvalue = NPP_GetValue;
123 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR)
134 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
  /build/tools/
event_log_tags.py 116 data = data.getvalue()
  /external/clearsilver/python/examples/base/
handle_error.py 32 exception = sfp.getvalue()
  /external/webkit/WebCore/plugins/
PluginStream.cpp 487 if (!m_pluginFuncs->getvalue)
491 if (m_pluginFuncs->getvalue(m_instance, NPPVpluginWantsAllNetworkStreams, &result) != NPERR_NO_ERROR)
500 if (!m_pluginFuncs->getvalue)
504 if (m_pluginFuncs->getvalue(m_instance, NPPDataDeliveryDelayMs, &delay) != NPERR_NO_ERROR)
npfunctions.h 139 NPN_GetValueProcPtr getvalue; member in struct:_NPNetscapeFuncs
193 NPP_GetValueProcPtr getvalue; member in struct:_NPPluginFuncs
  /external/clearsilver/imd/
imdm.py 195 album = cgiform.getvalue('album',None)
196 picture = cgiform.getvalue('picture',None)
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 61 pluginFuncs->getvalue = NPP_GetValue;
77 browser->getvalue(object->npp, NPNVWindowNPObject, &windowScriptObject);
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 98 pluginFuncs->getvalue = NPP_GetValue;
113 NPError err = browser->getvalue(NULL, gPairs[i].v, gPairs[i].i);
  /development/samples/BrowserPlugin/jni/
main.cpp 109 pluginFuncs->getvalue = NPP_GetValue;
131 NPError err = browser->getvalue(NULL, gPairs[i].v, gPairs[i].i);
254 NPError err = browser->getvalue(instance, kJavaContext_ANPGetValue,
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 109 browser->getvalue(inst(), NPNVWindowNPObject, &windowObject);
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 147 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject);
324 aPluginVTable->getvalue = webkit_test_plugin_get_value;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 117 pluginFuncs->getvalue = NPP_GetValue;
139 if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO_ERROR)
150 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)

Completed in 723 milliseconds

1 2