HomeSort by relevance Sort by last modified time
    Searched refs:LazyBackgroundPageNativeHandler (Results 1 - 3 of 3) 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(
dispatcher.cc 604 scoped_ptr<NativeHandler>(new LazyBackgroundPageNativeHandler(context)));
    [all...]

Completed in 426 milliseconds