OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_crashed_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
plugin_module.h
169
bool is_crashed() const { return
is_crashed_
; }
237
bool
is_crashed_
;
member in class:content::PluginModule
plugin_module.cc
397
is_crashed_
(false),
439
if (!
is_crashed_
) {
580
DCHECK(!
is_crashed_
); // Should only get one notification.
581
is_crashed_
= true;
Completed in 344 milliseconds