Searched refs:connection_id_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragearea_impl.cc39 : connection_id_(g_all_areas_map.Pointer()->Add(this)),
41 OpenCachedArea(connection_id_, namespace_id, origin)) {
45 g_all_areas_map.Pointer()->Remove(connection_id_);
47 dispatcher()->CloseCachedArea(connection_id_, cached_area_.get());
51 return cached_area_->GetLength(connection_id_);
55 return cached_area_->GetKey(connection_id_, index);
59 return cached_area_->GetItem(connection_id_, key);
65 if (!cached_area_->SetItem(connection_id_, key, value, page_url))
73 cached_area_->RemoveItem(connection_id_, key, page_url);
77 cached_area_->Clear(connection_id_, page_ur
[all...]
H A Dwebstoragearea_impl.h39 int connection_id_; member in class:content::WebStorageAreaImpl
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpserver.h48 HttpServerTransaction(int id) : connection_id_(id) { }
49 int connection_id() const { return connection_id_; }
52 int connection_id_; member in struct:talk_base::HttpServerTransaction
113 int connection_id_; member in class:talk_base::HttpServer::Connection
H A Dhttpserver.cc138 : connection_id_(connection_id), server_(server),
152 current_ = new HttpServerTransaction(connection_id_);
183 server_->Remove(connection_id_);
220 server_->Remove(connection_id_);
243 server_->Remove(connection_id_);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_browser_target.h39 int connection_id() const { return connection_id_; }
66 const int connection_id_; member in class:content::DevToolsBrowserTarget
H A Ddevtools_browser_target.cc23 connection_id_(connection_id),
130 http_server_->SendOverWebSocket(connection_id_, message);
H A Ddevtools_http_handler_impl.cc102 connection_id_(connection_id),
124 connection_id_,
129 base::Bind(&net::HttpServer::Close, server_, connection_id_));
137 connection_id_,
148 int connection_id_; member in class:content::__anon7559::DevToolsClientHostImpl
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc43 connection_id_(connection_id) {
54 connection_id_));
79 connection_id_,
85 int connection_id_; member in class:__anon2077::DevToolsClientHostImpl

Completed in 218 milliseconds