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

  /external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.cc 183 const std::string& debug_url,
202 const std::string& debug_url,
207 web_socket_(browser->CreateWebSocket(debug_url, this)) {
283 const std::string& debug_url);
289 const std::string& debug_url);
316 const std::string& debug_url) {
322 AgentHostDelegate* delegate = new AgentHostDelegate(id, browser, debug_url);
332 const std::string& debug_url)
335 debug_url_(debug_url),
432 std::string debug_url = GetStringProperty(value, "webSocketDebuggerUrl") local
    [all...]
devtools_android_bridge.h 115 void SendProtocolCommand(const std::string& debug_url,

Completed in 38 milliseconds