Home
last modified time | relevance | path

Searched refs:GetPortData (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/extensions/renderer/
Dmessaging_bindings.cc71 ExtensionData::PortData& GetPortData(int port_id) { in GetPortData() function
163 ++GetPortData(port_id).ref_count; in PortAddRef()
175 if (HasPortData(port_id) && --GetPortData(port_id).ref_count == 0) { in PortRelease()