OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HungWindowDetector
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h
26
class
HungWindowDetector
: public WorkerThreadTicker::Callback {
52
explicit
HungWindowDetector
(HungWindowNotification* notification);
53
~
HungWindowDetector
();
88
DISALLOW_COPY_AND_ASSIGN(
HungWindowDetector
);
hung_window_detector.cc
16
const wchar_t
HungWindowDetector
::kHungChildWindowTimeout[] =
19
HungWindowDetector
::
HungWindowDetector
(HungWindowNotification* notification)
29
HungWindowDetector
::~
HungWindowDetector
() {
32
bool
HungWindowDetector
::Initialize(HWND top_level_window,
49
void
HungWindowDetector
::OnTick() {
65
bool
HungWindowDetector
::CheckChildWindow(HWND child_window) {
167
BOOL CALLBACK
HungWindowDetector
::ChildWndEnumProc(HWND child_window,
169
HungWindowDetector
* detector_instance
[
all
...]
hung_plugin_action.h
11
//
HungWindowDetector
::HungWindowNotification callback interface.
18
class HungPluginAction : public
HungWindowDetector
::HungWindowNotification {
hung_plugin_action.cc
77
hung_window,
HungWindowDetector
::kHungChildWindowTimeout));
83
SetProp(hung_window,
HungWindowDetector
::kHungChildWindowTimeout,
103
RemoveProp(window,
HungWindowDetector
::kHungChildWindowTimeout);
/external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h
25
class
HungWindowDetector
: public WorkerThreadTicker::Callback {
50
explicit
HungWindowDetector
(HungWindowNotification* notification);
51
~
HungWindowDetector
();
86
DISALLOW_COPY_AND_ASSIGN(
HungWindowDetector
);
hung_window_detector.cc
21
const wchar_t
HungWindowDetector
::kHungChildWindowTimeout[] =
24
HungWindowDetector
::
HungWindowDetector
(HungWindowNotification* notification)
34
HungWindowDetector
::~
HungWindowDetector
() {
37
bool
HungWindowDetector
::Initialize(HWND top_level_window,
54
void
HungWindowDetector
::OnTick() {
78
bool
HungWindowDetector
::CheckChildWindow(HWND child_window) {
158
BOOL CALLBACK
HungWindowDetector
::ChildWndEnumProc(HWND child_window,
160
HungWindowDetector
* detector_instance
[
all
...]
hung_plugin_action.h
12
//
HungWindowDetector
::HungWindowNotification callback interface.
19
class HungPluginAction : public
HungWindowDetector
::HungWindowNotification {
hung_plugin_action.cc
130
hung_window,
HungWindowDetector
::kHungChildWindowTimeout));
135
SetProp(hung_window,
HungWindowDetector
::kHungChildWindowTimeout,
155
RemoveProp(window,
HungWindowDetector
::kHungChildWindowTimeout);
/external/chromium/chrome/browser/ui/views/frame/
browser_view.h
650
HungWindowDetector
hung_window_detector_;
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h
727
HungWindowDetector
hung_window_detector_;
Completed in 139 milliseconds