HomeSort by relevance Sort by last modified time
    Searched defs:GuestViewInternalCustomBindings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/renderer/guest_view/
guest_view_internal_custom_bindings.h 14 class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler {
16 explicit GuestViewInternalCustomBindings(ScriptContext* context);
guest_view_internal_custom_bindings.cc 22 GuestViewInternalCustomBindings::GuestViewInternalCustomBindings(
26 base::Bind(&GuestViewInternalCustomBindings::AttachGuest,
30 void GuestViewInternalCustomBindings::AttachGuest(

Completed in 75 milliseconds