OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TitleWatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/test/
browser_test_utils.h
193
class
TitleWatcher
: public WebContentsObserver {
198
TitleWatcher
(WebContents* web_contents,
200
virtual ~
TitleWatcher
();
223
DISALLOW_COPY_AND_ASSIGN(
TitleWatcher
);
browser_test_utils.cc
541
TitleWatcher
::
TitleWatcher
(WebContents* web_contents,
549
void
TitleWatcher
::AlsoWaitForTitle(const base::string16& expected_title) {
553
TitleWatcher
::~
TitleWatcher
() {
556
const base::string16&
TitleWatcher
::WaitAndGetTitle() {
561
void
TitleWatcher
::DidStopLoading(RenderViewHost* render_view_host) {
569
void
TitleWatcher
::TitleWasSet(NavigationEntry* entry, bool explicit_set) {
573
void
TitleWatcher
::TestTitle() {
Completed in 30 milliseconds