Lines Matching defs: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,
169 void TestingInstance::AppendError(const std::string& message) {
175 void TestingInstance::ExecuteTests(int32_t unused) {
237 TestCase* TestingInstance::CaseForTestName(const std::string& name) {
248 void TestingInstance::SendTestCommand(const std::string& command) {
254 void TestingInstance::SendTestCommand(const std::string& command,
260 void TestingInstance::LogAvailableTests() {
287 void TestingInstance::LogError(const std::string& text) {
295 void TestingInstance::LogHTML(const std::string& html) {
299 void TestingInstance::ReportProgress(const std::string& progress_value) {
303 void TestingInstance::AddPostCondition(const std::string& script) {
307 void TestingInstance::LogTestTime(const std::string& test_time) {
317 return new TestingInstance(instance);