Searched refs:IsLazyBackgroundPage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
H A Devent_bindings.cc114 if (IsLazyBackgroundPage(GetRenderView(), context()->extension())) {
141 if (is_manual && IsLazyBackgroundPage(GetRenderView(),
194 bool lazy = IsLazyBackgroundPage(GetRenderView(), context()->extension());
254 bool lazy = is_manual && IsLazyBackgroundPage(GetRenderView(),
300 static bool IsLazyBackgroundPage(content::RenderView* render_view, function in class:extensions::__anon6893::ExtensionImpl

Completed in 55 milliseconds