Searched defs:TestFlashClipboard (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ppapi/tests/
H A Dtest_flash_clipboard.cc29 TestFlashClipboard::TestFlashClipboard(TestingInstance* instance) function in class:TestFlashClipboard
33 void TestFlashClipboard::RunTests(const std::string& filter) {
45 bool TestFlashClipboard::ReadStringVar(uint32_t format, std::string* result) {
59 bool TestFlashClipboard::WriteStringVar(uint32_t format,
71 bool TestFlashClipboard::IsFormatAvailableMatches(uint32_t format,
86 bool TestFlashClipboard::ReadPlainTextMatches(const std::string& expected) {
98 bool TestFlashClipboard::ReadHTMLMatches(const std::string& expected) {
117 uint64_t TestFlashClipboard::GetSequenceNumber(uint64_t last_sequence_number) {
130 std::string TestFlashClipboard
[all...]
H A Dtest_flash_clipboard.h14 class TestFlashClipboard : public TestCase { class in inherits:TestCase
16 explicit TestFlashClipboard(TestingInstance* instance);

Completed in 70 milliseconds