OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChromeImpl
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/test/chromedriver/chrome/
chrome_impl.cc
14
ChromeImpl
::~
ChromeImpl
() {
19
ChromeDesktopImpl*
ChromeImpl
::GetAsDesktop() {
23
std::string
ChromeImpl
::GetVersion() {
27
int
ChromeImpl
::GetBuildNo() {
31
bool
ChromeImpl
::HasCrashedWebView() {
40
Status
ChromeImpl
::GetWebViewIds(std::list<std::string>* web_view_ids) {
93
Status
ChromeImpl
::GetWebViewById(const std::string& id, WebView** web_view) {
104
Status
ChromeImpl
::CloseWebView(const std::string& id) {
118
Status
ChromeImpl
::ActivateWebView(const std::string& id)
[
all
...]
chrome_android_impl.h
17
class ChromeAndroidImpl : public
ChromeImpl
{
29
// Overridden from
ChromeImpl
:
chrome_existing_impl.cc
13
:
ChromeImpl
(client.Pass(),
chrome_existing_impl.h
16
class ChromeExistingImpl : public
ChromeImpl
{
26
// Overridden from
ChromeImpl
.
chrome_android_impl.cc
17
:
ChromeImpl
(client.Pass(),
chrome_impl.h
26
class
ChromeImpl
: public Chrome {
28
virtual ~
ChromeImpl
();
43
ChromeImpl
(
chrome_desktop_impl.h
26
class ChromeDesktopImpl : public
ChromeImpl
{
51
// Overridden from
ChromeImpl
:
chrome_desktop_impl.cc
72
:
ChromeImpl
(client.Pass(),
Completed in 75 milliseconds