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

/external/chromium_org/chrome/renderer/extensions/
H A Dpage_actions_custom_bindings.h14 class PageActionsCustomBindings : public ChromeV8Extension { class in namespace:extensions
16 PageActionsCustomBindings(Dispatcher* extension_dispatcher,
H A Dpage_actions_custom_bindings.cc18 PageActionsCustomBindings::PageActionsCustomBindings( function in class:extensions::PageActionsCustomBindings
22 base::Bind(&PageActionsCustomBindings::GetCurrentPageActions,
26 void PageActionsCustomBindings::GetCurrentPageActions(
H A Ddispatcher.cc891 new PageActionsCustomBindings(this, context)));

Completed in 141 milliseconds