OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LazyBackgroundPageNativeHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/renderer/
lazy_background_page_native_handler.h
18
class
LazyBackgroundPageNativeHandler
: public ObjectBackedNativeHandler {
20
explicit
LazyBackgroundPageNativeHandler
(ScriptContext* context);
lazy_background_page_native_handler.cc
16
LazyBackgroundPageNativeHandler
::
LazyBackgroundPageNativeHandler
(
21
base::Bind(&
LazyBackgroundPageNativeHandler
::IncrementKeepaliveCount,
25
base::Bind(&
LazyBackgroundPageNativeHandler
::DecrementKeepaliveCount,
29
void
LazyBackgroundPageNativeHandler
::IncrementKeepaliveCount(
40
void
LazyBackgroundPageNativeHandler
::DecrementKeepaliveCount(
51
bool
LazyBackgroundPageNativeHandler
::IsContextLazyBackgroundPage(
Completed in 185 milliseconds