HomeSort by relevance Sort by last modified time
    Searched defs:WebViewInfo (Results 1 - 5 of 5) 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);
  /external/chromium_org/chrome/test/chromedriver/chrome/
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...]
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;
  /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(

Completed in 379 milliseconds