Searched refs:_sections (Results 1 - 4 of 4) sorted by path

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRulesStyleDetailsPanel.js30 this._sections = [];
214 this._sections = newSections;
216 for (var i = 0; i < this._sections.length; ++i)
217 this._sections[i].updateLayout();
241 for (var i = 0; i < this._sections.length; ++i) {
242 var section = this._sections[i];
254 for (var i = 0; i < this._sections.length; ++i)
255 delete this._sections[i].style.__rulesSection;
260 for (var i = 0; i < this._sections.length; ++i)
261 this._sections[
[all...]
/macosx-10.10/libresolv-57/
H A Dnameser.h123 const u_char *_sections[ns_s_max]; member in struct:__ns_msg
H A Dns_parse.c122 handle->_sections[i] = NULL;
129 handle->_sections[i] = msg;
206 msg->_msg_ptr = msg->_sections[(int)sect];
H A Dres_query.c551 if (handle._counts[i] == 0) handle._sections[i] = NULL;
557 handle._sections[i] = msg;

Completed in 271 milliseconds