OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockWebContentsDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc
16
class
MockWebContentsDelegate
: public WebContentsDelegate {
30
scoped_ptr<
MockWebContentsDelegate
> delegate(new
MockWebContentsDelegate
());
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc
43
class
MockWebContentsDelegate
: public content::WebContentsDelegate {
45
virtual ~
MockWebContentsDelegate
() {}
167
MockWebContentsDelegate
web_contents_delegate_;
/external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc
138
class
MockWebContentsDelegate
: public content::WebContentsDelegate {
140
MockWebContentsDelegate
() : requested_(false) {}
141
virtual ~
MockWebContentsDelegate
() {}
163
DISALLOW_COPY_AND_ASSIGN(
MockWebContentsDelegate
);
[
all
...]
Completed in 68 milliseconds