OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebContentsDestroyedWatcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/test/
browser_test_utils.h
227
class
WebContentsDestroyedWatcher
: public WebContentsObserver {
229
explicit
WebContentsDestroyedWatcher
(WebContents* web_contents);
230
virtual ~
WebContentsDestroyedWatcher
();
241
DISALLOW_COPY_AND_ASSIGN(
WebContentsDestroyedWatcher
);
browser_test_utils.cc
585
WebContentsDestroyedWatcher
::
WebContentsDestroyedWatcher
(
592
WebContentsDestroyedWatcher
::~
WebContentsDestroyedWatcher
() {
595
void
WebContentsDestroyedWatcher
::Wait() {
599
void
WebContentsDestroyedWatcher
::WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc
696
class
WebContentsDestroyedWatcher
: public content::WebContentsObserver {
698
explicit
WebContentsDestroyedWatcher
(content::WebContents* web_contents)
703
virtual ~
WebContentsDestroyedWatcher
() {}
719
DISALLOW_COPY_AND_ASSIGN(
WebContentsDestroyedWatcher
);
781
WebContentsDestroyedWatcher
destroyed_watcher(window_->web_contents());
[
all
...]
Completed in 325 milliseconds