OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tab_observers_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc
90
return
tab_observers_
.empty() ? NULL :
91
tab_observers_
[0]->web_contents()->GetRenderProcessHost();
95
return
tab_observers_
.empty() ? NULL :
96
tab_observers_
[0]->web_contents()->GetRenderViewHost();
100
tab_observers_
.clear();
104
tab_observers_
.push_back(new WebContentsObserverImpl(this,
110
tab_observers_
.push_back(new WebContentsObserverImpl(this, *it));
122
return static_cast<int>(
tab_observers_
.size());
127
base::string16 title =
tab_observers_
[row]->web_contents()->GetTitle();
140
tab_observers_
[row]->web_contents())->GetFavicon().AsImageSkia()
[
all
...]
hung_renderer_view.h
86
// Invoked when a WebContents is destroyed. Cleans up |
tab_observers_
| and
91
TabObservers
tab_observers_
;
member in class:HungPagesTableModel
Completed in 25 milliseconds