HomeSort by relevance Sort by last modified time
    Searched refs:getvalue (Results 26 - 46 of 46) sorted by null

12

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 411 browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
438 browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 144 NPN_GetValueProcPtr getvalue; member in struct:_NPNetscapeFuncs
198 NPP_GetValueProcPtr getvalue; member in struct:_NPPluginFuncs
PluginPackage.cpp 305 m_browserFuncs.getvalue = NPN_GetValue;
PluginView.cpp 779 if (!m_isStarted || !m_plugin || !m_plugin->pluginFuncs()->getvalue)
794 npErr = m_plugin->pluginFuncs()->getvalue(m_instance, NPPVpluginScriptableNPObject, &object);
837 if (!m_plugin || !m_plugin->pluginFuncs()->getvalue)
846 npErr = m_plugin->pluginFuncs()->getvalue(m_instance, NPPVpluginScriptableNPObject, &object);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 453 browserFuncs.getvalue = (NPN_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetValue);
534 pluginFuncs.getvalue = (NPP_GetValueProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.getvalue);
566 browserFuncs.getvalue = NPN_GetValue;
WebNetscapePluginStream.mm 360 if (!m_pluginFuncs->getvalue)
368 error = m_pluginFuncs->getvalue(m_plugin, NPPVpluginWantsAllNetworkStreams, &value);
WebNetscapePluginView.mm     [all...]
  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 104 fs[name] = sys.stdout.getvalue();
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 300 pkg->pluginFuncs()->getvalue(instance, kJavaSurface_ANPGetValue,
614 pkg->pluginFuncs()->getvalue(instance, kJavaSurface_ANPGetValue,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 343 if (!m_pluginModule->pluginFuncs().getvalue)
346 return m_pluginModule->pluginFuncs().getvalue(&m_npp, variable, value);
NetscapeBrowserFuncs.cpp 910 netscapeFuncs.getvalue = NPN_GetValue;
  /build/tools/releasetools/
sign_target_files_apks 263 tempfile.getvalue())
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 158 funcs->getvalue = NPN_GetValue;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_unittest.py 62 # We reset stdin, so we should expect stdin.getValue = ""
66 self.assertEqual(self.driver._proc.stdin.getvalue(), expected_stdin)
  /external/protobuf/python/google/protobuf/
text_format.py 59 result = out.getvalue()
reflection.py 807 return out.getvalue()
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 154 child_output = child_out_file.getvalue()
  /external/clang/tools/scan-view/
ScanView.py 113 self.status = s.getvalue()
269 f = self.send_string(s.getvalue(), 'text/plain')
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 792 if (m_plugin->pluginFuncs()->getvalue) {
796 m_plugin->pluginFuncs()->getvalue(m_instance, NPPVpluginNeedsXEmbed, &m_needsXEmbed);
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 919 if (m_plugin->pluginFuncs()->getvalue) {
925 m_plugin->pluginFuncs()->getvalue(m_instance, NPPVpluginNeedsXEmbed, &m_needsXEmbed);
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 511 return (status, output.getvalue())

Completed in 491 milliseconds

12