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

  /external/chromium_org/chrome_frame/
find_dialog.h 56 scoped_refptr<ChromeFrameAutomationClient> automation_client_; member in class:CFFindDialog
chrome_frame_plugin.h 50 DCHECK(!automation_client_.get());
51 automation_client_ = CreateAutomationClient();
52 if (!automation_client_.get()) {
63 automation_client_->Uninitialize();
64 automation_client_ = NULL;
86 return automation_client_->Initialize(this, launch_params_);
108 return automation_client_.get() != NULL;
113 automation_client_->OnChromeFrameHostMoved();
124 if (!automation_client_.get()) {
148 automation_client_->SendContextMenuCommandToChromeFrame(selected)
247 scoped_refptr<ChromeFrameAutomationClient> automation_client_; member in class:ChromeFramePlugin
    [all...]
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 83 internal::UIAutomationClient automation_client_; member in class:win8::OpenWithDialogController::Context
145 automation_client_.Begin(
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 43 : automation_client_(automation_client),
77 scoped_refptr<AutomationResourceMessageFilter> automation_client_; member in class:AutomationCookieStore

Completed in 2323 milliseconds