OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HungPluginAction
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h
18
class
HungPluginAction
: public HungWindowDetector::HungWindowNotification {
20
HungPluginAction
();
21
~
HungPluginAction
();
hung_plugin_action.cc
16
HungPluginAction
::
HungPluginAction
() : current_hung_plugin_window_(NULL) {
19
HungPluginAction
::~
HungPluginAction
() {
22
bool
HungPluginAction
::OnHungWindowDetected(HWND hung_window,
99
void
HungPluginAction
::OnWindowResponsive(HWND window) {
111
bool
HungPluginAction
::GetPluginName(HWND plugin_window,
134
BOOL CALLBACK
HungPluginAction
::DismissMessageBox(HWND window, LPARAM ignore) {
146
void CALLBACK
HungPluginAction
::HungWindowResponseCallback(HWND target_window,
150
HungPluginAction
* instance = reinterpret_cast<HungPluginAction*>(data)
[
all
...]
/external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h
19
class
HungPluginAction
: public HungWindowDetector::HungWindowNotification {
21
HungPluginAction
();
22
~
HungPluginAction
();
hung_plugin_action.cc
59
HungPluginAction
::
HungPluginAction
() : current_hung_plugin_window_(NULL) {
62
HungPluginAction
::~
HungPluginAction
() {
65
bool
HungPluginAction
::OnHungWindowDetected(HWND hung_window,
154
void
HungPluginAction
::OnWindowResponsive(HWND window) {
166
bool
HungPluginAction
::GetPluginNameAndVersion(HWND plugin_window,
191
BOOL CALLBACK
HungPluginAction
::DismissMessageBox(HWND window, LPARAM ignore) {
203
void CALLBACK
HungPluginAction
::HungWindowResponseCallback(HWND target_window,
207
HungPluginAction
* instance = reinterpret_cast<HungPluginAction*>(data)
[
all
...]
Completed in 27 milliseconds