OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:automation_server_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
chrome_frame_automation.cc
527
automation_server_
(NULL),
545
DCHECK(
automation_server_
== NULL);
627
if (
automation_server_
)
628
automation_server_
->ReleaseTabProxy(tab_->handle());
699
if (!
automation_server_
|| !tab_.get() || !tab_->is_valid()) {
707
automation_server_
->SendAsAsync(msg, new BeginNavigateContext(this),
727
automation_server_
->SendProxyConfig(json_encoded_proxy_settings);
733
if (!
automation_server_
|| !tab_.get()) {
751
automation_server_
->SendAsAsync(msg, new BeginNavigateContext(this), this);
786
automation_server_
->SendAsAsync(msg, NULL, this)
[
all
...]
chrome_frame_automation.h
465
ChromeFrameAutomationProxy*
automation_server_
;
member in class:ChromeFrameAutomationClient
Completed in 197 milliseconds