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

  /external/chromium_org/chrome/browser/extensions/
extension_renderer_state.h 21 struct WebViewInfo {
37 WebViewInfo* webview_info);
54 typedef std::map<RenderId, WebViewInfo> WebViewInfoMap;
67 const WebViewInfo& webview_info);
extension_renderer_state.cc 212 const WebViewInfo& webview_info) {
227 WebViewInfo* webview_info) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 15 void ExpectEqual(const WebViewInfo& info1,
16 const WebViewInfo& info2) {
34 WebViewInfo(
35 "1", "ws://debugurl1", "http://page1", WebViewInfo::kPage),
50 WebViewInfo(
51 "1", "ws://debugurl1", "http://page1", WebViewInfo::kPage),
54 WebViewInfo(
55 "2", "ws://debugurl2", "http://page2", WebViewInfo::kOther),
67 WebViewInfo("1", std::string(), "http://page1", WebViewInfo::kPage)
    [all...]
devtools_http_client.h 24 struct WebViewInfo {
30 WebViewInfo(const std::string& id,
34 ~WebViewInfo();
47 explicit WebViewsInfo(const std::vector<WebViewInfo>& info);
50 const WebViewInfo& Get(int index) const;
52 const WebViewInfo* GetForId(const std::string& id) const;
55 std::vector<WebViewInfo> views_info;
devtools_http_client.cc 32 WebViewInfo::WebViewInfo(const std::string& id,
38 WebViewInfo::~WebViewInfo() {}
40 bool WebViewInfo::IsFrontend() const {
46 WebViewsInfo::WebViewsInfo(const std::vector<WebViewInfo>& info)
51 const WebViewInfo& WebViewsInfo::Get(int index) const {
59 const WebViewInfo* WebViewsInfo::GetForId(const std::string& id) const {
202 const WebViewInfo& view_info = views_info.Get(i);
204 if (view_info.type == WebViewInfo::kPage
    [all...]
chrome_impl.cc 42 const WebViewInfo& view = views_info.Get(i);
43 if (view.type != WebViewInfo::kPage)
  /external/chromium_org/chrome/test/automation/
automation_json_requests.h 152 struct WebViewInfo {
153 WebViewInfo(const WebViewId& view_id,
155 ~WebViewInfo();
291 std::vector<WebViewInfo>* views,
297 std::vector<WebViewInfo>* views,
automation_json_requests.cc 194 WebViewInfo::WebViewInfo(const WebViewId& view_id,
199 WebViewInfo::~WebViewInfo() {}
430 std::vector<WebViewInfo>* views,
445 views->push_back(WebViewInfo(
454 std::vector<WebViewInfo>* views,
481 views->push_back(WebViewInfo(
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions.cc 89 ExtensionRendererState::WebViewInfo webview_info;
web_request_api.cc     [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_automation.h 26 struct WebViewInfo;
168 void GetViews(std::vector<WebViewInfo>* views, Error** error);
webdriver_session.cc 602 Error* Session::GetViews(std::vector<WebViewInfo>* views) {
631 std::vector<WebViewInfo> views;
759 std::vector<WebViewInfo> views;
    [all...]
webdriver_session.h 152 Error* GetViews(std::vector<WebViewInfo>* views);
webdriver_automation.cc 871 void Automation::GetViews(std::vector<WebViewInfo>* views,
    [all...]
  /external/chromium_org/chrome/test/webdriver/commands/
target_locator_commands.cc 45 std::vector<WebViewInfo> views;
chrome_commands.cc 239 std::vector<WebViewInfo> views;
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 383 ExtensionRendererState::WebViewInfo webview_info;

Completed in 523 milliseconds