Searched refs:CanCaptureVisiblePage (Results 1 – 4 of 4) sorted by relevance
560 bool CanCaptureVisiblePage(const GURL& page_url, std::string* error) const;
1342 extension->CanCaptureVisiblePage(url, NULL)); in Allowed()1347 extension->CanCaptureVisiblePage(url, NULL); in CaptureOnly()1352 extension->CanCaptureVisiblePage(url, NULL)); in Blocked()
2881 bool Extension::CanCaptureVisiblePage(const GURL& page_url, in CanCaptureVisiblePage() function in Extension
1120 if (!GetExtension()->CanCaptureVisiblePage(tab_contents->GetURL(), &error_)) in RunImpl()