OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testing_interface
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/tests/
test_browser_font.cc
34
const PPB_Testing_Private*
testing_interface
= GetTestingInterface();
local
35
if (
testing_interface
&& !
testing_interface
->IsOutOfProcess())
test_case.h
87
const PPB_Testing_Private*
testing_interface
() { return testing_interface_; }
function in class:TestCase
216
const PPB_Testing_Private*
testing_interface
);
/external/chromium_org/ppapi/proxy/
ppb_testing_proxy.cc
130
const PPB_Testing_Private
testing_interface
= {
member in namespace:ppapi::proxy::__anon9877
158
return &
testing_interface
;
/external/chromium_org/content/renderer/pepper/
plugin_module.cc
289
const PPB_Testing_Private
testing_interface
= {
member in namespace:content::__anon8224
340
return &
testing_interface
;
Completed in 171 milliseconds