Home
last modified time | relevance | path

Searched refs:FormValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DFormValue.cpp31 class FormValue : public PluginTest { class
33 FormValue(NPP npp, const std::string& identifier) in FormValue() function in FormValue
40 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue()
53 static PluginTest::Register<FormValue> formValue("form-value");
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp164 DWARFFormValue FormValue(Form); in extract() local
165 if (FormValue.extractValue(DebugInfoData, OffsetPtr, CU)) { in extract()
168 ->setBaseAddress(FormValue.getUnsigned()); in extract()
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
Dplugin.gypi40 'Tests/FormValue.cpp',