• Home
  • Raw
  • Download

Lines Matching refs:count

95     /* [retval][out] */ UINT* count)  in javaScriptObjectsCount()  argument
97 if (!count) in javaScriptObjectsCount()
101 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount(); in javaScriptObjectsCount()
106 /* [retval][out] */ UINT* count) in javaScriptGlobalObjectsCount() argument
108 if (!count) in javaScriptGlobalObjectsCount()
112 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.globalObjectCount(); in javaScriptGlobalObjectsCount()
117 /* [retval][out] */ UINT* count) in javaScriptProtectedObjectsCount() argument
119 if (!count) in javaScriptProtectedObjectsCount()
123 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedObjectCount(); in javaScriptProtectedObjectsCount()
128 /* [retval][out] */ UINT* count) in javaScriptProtectedGlobalObjectsCount() argument
130 if (!count) in javaScriptProtectedGlobalObjectsCount()
134 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedGlobalObjectCount(); in javaScriptProtectedGlobalObjectsCount()
155 /* [retval][out] */ UINT* count) in iconPageURLMappingCount() argument
157 if (!count) in iconPageURLMappingCount()
159 *count = (UINT) iconDatabase()->pageURLMappingCount(); in iconPageURLMappingCount()
164 /* [retval][out] */ UINT *count) in iconRetainedPageURLCount() argument
166 if (!count) in iconRetainedPageURLCount()
168 *count = (UINT) iconDatabase()->retainedPageURLCount(); in iconRetainedPageURLCount()
173 /* [retval][out] */ UINT *count) in iconRecordCount() argument
175 if (!count) in iconRecordCount()
177 *count = (UINT) iconDatabase()->iconRecordCount(); in iconRecordCount()
182 /* [retval][out] */ UINT *count) in iconsWithDataCount() argument
184 if (!count) in iconsWithDataCount()
186 *count = (UINT) iconDatabase()->iconRecordCountWithData(); in iconsWithDataCount()
191 /* [retval][out] */ UINT *count) in cachedFontDataCount() argument
193 if (!count) in cachedFontDataCount()
195 *count = (UINT) fontCache()->fontDataCount(); in cachedFontDataCount()
200 /* [retval][out] */ UINT *count) in cachedFontDataInactiveCount() argument
202 if (!count) in cachedFontDataInactiveCount()
204 *count = (UINT) fontCache()->inactiveFontDataCount(); in cachedFontDataInactiveCount()
215 /* [retval][out] */ UINT *count) in glyphPageCount() argument
217 if (!count) in glyphPageCount()
219 *count = (UINT) GlyphPageTreeNode::treeGlyphPageCount(); in glyphPageCount()