OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HungWindowNotification
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h
23
// the
HungWindowNotification
interface. Currently this class only supports
32
class
HungWindowNotification
{
52
explicit HungWindowDetector(
HungWindowNotification
* notification);
71
// If so, it invokes the
HungWindowNotification
interface implementation
76
// Pointer to the
HungWindowNotification
callback interface. This class does
79
HungWindowNotification
* notification_;
hung_window_detector.cc
19
HungWindowDetector::HungWindowDetector(
HungWindowNotification
* notification)
101
HungWindowNotification
::ActionOnHungWindow action =
102
HungWindowNotification
::HUNG_WINDOW_IGNORE;
117
case
HungWindowNotification
::HUNG_WINDOW_TERMINATE_THREAD: {
135
case
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS: {
hung_plugin_action.cc
39
*action =
HungWindowNotification
::HUNG_WINDOW_IGNORE;
43
*action =
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS;
66
*action =
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS;
91
if (
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS == *action) {
hung_plugin_action.h
11
// HungWindowDetector::
HungWindowNotification
callback interface.
14
// of
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS.
18
class HungPluginAction : public HungWindowDetector::
HungWindowNotification
{
22
//
HungWindowNotification
implementation
/external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h
22
// the
HungWindowNotification
interface. Currently this class only supports
31
class
HungWindowNotification
{
50
explicit HungWindowDetector(
HungWindowNotification
* notification);
69
// If so, it invokes the
HungWindowNotification
interface implementation
74
// Pointer to the
HungWindowNotification
callback interface. This class does
77
HungWindowNotification
* notification_;
hung_plugin_action.h
12
// HungWindowDetector::
HungWindowNotification
callback interface.
15
// of
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS.
19
class HungPluginAction : public HungWindowDetector::
HungWindowNotification
{
23
//
HungWindowNotification
implementation
hung_window_detector.cc
24
HungWindowDetector::HungWindowDetector(
HungWindowNotification
* notification)
114
HungWindowNotification
::ActionOnHungWindow action =
115
HungWindowNotification
::HUNG_WINDOW_IGNORE;
128
if (action ==
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS) {
hung_plugin_action.cc
82
*action =
HungWindowNotification
::HUNG_WINDOW_IGNORE;
100
*action =
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS;
122
*action =
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS;
146
if (
HungWindowNotification
::HUNG_WINDOW_TERMINATE_PROCESS == *action) {
Completed in 89 milliseconds