Home | History | Annotate | Download | only in debugger

Lines Matching defs:destination

58   const std::string destination = message.destination();
81 if (destination.empty()) {
85 SendResponse(response, message.tool(), message.destination());
89 base::StringToInt(destination, &tab_uid);
94 AttachToTab(destination, &response);
97 DetachFromTab(destination, &response);
109 SendResponse(response, message.tool(), message.destination());
118 // |tool| and |destination| as the respective header values.
121 const std::string& destination) {
126 destination,
192 // Attaches a remote debugger to the target tab specified by |destination|
195 void DebuggerRemoteService::AttachToTab(const std::string& destination,
198 base::StringToInt(destination, &tab_uid);
236 // Detaches a remote debugger from the target tab specified by |destination|
239 void DebuggerRemoteService::DetachFromTab(const std::string& destination,
242 base::StringToInt(destination, &tab_uid);