OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFlashClipboard
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/tests/
test_flash_clipboard.h
14
class
TestFlashClipboard
: public TestCase {
16
explicit
TestFlashClipboard
(TestingInstance* instance);
test_flash_clipboard.cc
29
TestFlashClipboard
::
TestFlashClipboard
(TestingInstance* instance)
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
::TestReadWritePlainText()
[
all
...]
Completed in 188 milliseconds