Searched refs:PageSnapshotTaker (Results 1 – 3 of 3) sorted by relevance
1762 PageSnapshotTaker::PageSnapshotTaker(AutomationProvider* automation, in PageSnapshotTaker() function in PageSnapshotTaker1772 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()
1079 class PageSnapshotTaker : public DomOperationObserver {1081 PageSnapshotTaker(AutomationProvider* automation,1085 virtual ~PageSnapshotTaker();1111 DISALLOW_COPY_AND_ASSIGN(PageSnapshotTaker);
5245 PageSnapshotTaker* snapshot_taker = new PageSnapshotTaker( in CaptureEntirePageJSON()