Home
last modified time | relevance | path

Searched refs:PageSnapshotTaker (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc1762 PageSnapshotTaker::PageSnapshotTaker(AutomationProvider* automation, in PageSnapshotTaker() function in PageSnapshotTaker
1772 PageSnapshotTaker::~PageSnapshotTaker() {} in ~PageSnapshotTaker()
1774 void PageSnapshotTaker::Start() { in Start()
1778 void PageSnapshotTaker::OnDomOperationCompleted(const std::string& json) { in OnDomOperationCompleted()
1794 NewCallback(this, &PageSnapshotTaker::OnSnapshotTaken); in OnDomOperationCompleted()
1805 void PageSnapshotTaker::OnSnapshotTaken(const SkBitmap& bitmap) { in OnSnapshotTaken()
1814 void PageSnapshotTaker::ExecuteScript(const std::wstring& javascript) { in ExecuteScript()
1827 void PageSnapshotTaker::SendMessage(bool success) { in SendMessage()
Dautomation_provider_observers.h1079 class PageSnapshotTaker : public DomOperationObserver {
1081 PageSnapshotTaker(AutomationProvider* automation,
1085 virtual ~PageSnapshotTaker();
1111 DISALLOW_COPY_AND_ASSIGN(PageSnapshotTaker);
Dtesting_automation_provider.cc5245 PageSnapshotTaker* snapshot_taker = new PageSnapshotTaker( in CaptureEntirePageJSON()