Home | History | Annotate | Download | only in tests

Lines Matching refs:TestingInstance

27 TestingInstance::TestingInstance(PP_Instance instance)
43 TestingInstance::~TestingInstance() {
48 bool TestingInstance::Init(uint32_t argc,
85 pp::Var TestingInstance::GetInstanceObject() {
93 void TestingInstance::HandleMessage(const pp::Var& message_data) {
98 void TestingInstance::DidChangeView(const pp::View& view) {
103 callback_factory_.NewCallback(&TestingInstance::ExecuteTests));
109 bool TestingInstance::HandleInputEvent(const pp::InputEvent& event) {
115 void TestingInstance::EvalScript(const std::string& script) {
119 void TestingInstance::SetCookie(const std::string& name,
124 void TestingInstance::LogTest(const std::string& test_name,
173 void TestingInstance::AppendError(const std::string& message) {
179 void TestingInstance::ExecuteTests(int32_t unused) {
241 TestCase* TestingInstance::CaseForTestName(const std::string& name) {
252 void TestingInstance::SendTestCommand(const std::string& command) {
258 void TestingInstance::SendTestCommand(const std::string& command,
264 void TestingInstance::LogAvailableTests() {
291 void TestingInstance::LogError(const std::string& text) {
299 void TestingInstance::LogHTML(const std::string& html) {
303 void TestingInstance::ReportProgress(const std::string& progress_value) {
307 void TestingInstance::AddPostCondition(const std::string& script) {
311 void TestingInstance::LogTestTime(const std::string& test_time) {
321 return new TestingInstance(instance);