HomeSort by relevance Sort by last modified time
    Searched refs:CreateExternalTabContext (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome_frame/
custom_sync_call_context.cc 9 CreateExternalTabContext::CreateExternalTabContext(
14 void CreateExternalTabContext::Completed(
custom_sync_call_context.h 19 class CreateExternalTabContext
23 explicit CreateExternalTabContext(ChromeFrameAutomationClient* client);
chrome_frame_automation.h 515 friend class CreateExternalTabContext;
chrome_frame_automation.cc 113 InvokeCallback<CreateExternalTabContext>(msg, context);
830 automation_server_->SendAsAsync(message, new CreateExternalTabContext(this),
887 new CreateExternalTabContext(this),
    [all...]
  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 91 CreateExternalTabContext::output_type input_args(tab_wnd,
95 CreateExternalTabContext* context =
96 reinterpret_cast<CreateExternalTabContext*>(arg1);
97 DispatchToMethod(context, &CreateExternalTabContext::Completed, input_args);

Completed in 705 milliseconds