Searched defs:automation_client_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dfind_dialog.h56 scoped_refptr<ChromeFrameAutomationClient> automation_client_; member in class:CFFindDialog
H A Dchrome_frame_plugin.h50 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_
247 scoped_refptr<ChromeFrameAutomationClient> automation_client_; member in class:ChromeFramePlugin
[all...]
/external/chromium_org/win8/test/
H A Dopen_with_dialog_controller.cc83 internal::UIAutomationClient automation_client_; member in class:win8::OpenWithDialogController::Context
145 automation_client_.Begin(
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_message_filter.cc43 : automation_client_(automation_client),
77 scoped_refptr<AutomationResourceMessageFilter> automation_client_; member in class:AutomationCookieStore

Completed in 376 milliseconds