OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objectCount
(Results
1 - 18
of
18
) sorted by null
/external/webkit/Source/WebKit/win/Interfaces/
IWebJavaScriptCollector.idl
42
HRESULT
objectCount
([out, retval] UINT* count);
/external/webkit/Source/WebKit/win/
WebJavaScriptCollector.h
51
virtual HRESULT STDMETHODCALLTYPE
objectCount
(
WebJavaScriptCollector.cpp
106
HRESULT STDMETHODCALLTYPE WebJavaScriptCollector::
objectCount
(
115
*count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.
objectCount
();
WebCoreStatistics.cpp
102
*count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.
objectCount
();
/external/webkit/Tools/DumpRenderTree/win/
GCControllerWin.cpp
59
collector->
objectCount
(&objects);
/external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp
152
DWORD
objectCount
= object ? 1 : 0;
154
DWORD result = ::MsgWaitForMultipleObjectsEx(
objectCount
, objects, end - now, QS_ALLINPUT, MWMO_INPUTAVAILABLE);
158
if (
objectCount
&& result >= WAIT_OBJECT_0 && result < WAIT_OBJECT_0 +
objectCount
)
161
ASSERT(result == WAIT_OBJECT_0 +
objectCount
);
/external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm
95
size_t
objectCount
= objects.size();
97
for (size_t i = 0; i <
objectCount
; ++i) {
/external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp
122
ObjectReference
objectCount
() const { return m_currentObjectReference; }
488
, m_objectReferenceSize(bytesNeeded(m_plan.
objectCount
()))
491
, m_bufferSize(m_offsetTableStart + m_plan.
objectCount
() * m_offsetSize + trailerSize)
513
ASSERT(m_currentObjectReference == m_plan.
objectCount
());
525
storeLength(trailer + 8, m_plan.
objectCount
());
526
storeLength(trailer + 16, m_plan.
objectCount
() - 1);
615
if (m_currentObjectReference < m_plan.
objectCount
())
618
ASSERT(m_currentObjectReference == m_plan.
objectCount
());
645
if (m_currentObjectReference != m_plan.
objectCount
())
648
ASSERT(m_currentObjectReference == m_plan.
objectCount
());
[
all
...]
/external/webkit/Source/JavaScriptCore/heap/
Heap.h
88
size_t
objectCount
() const;
MarkedSpace.h
76
size_t
objectCount
() const;
MarkedSpace.cpp
124
size_t MarkedSpace::
objectCount
() const
Heap.cpp
269
size_t Heap::
objectCount
() const
271
return m_markedSpace.
objectCount
();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java
543
Long
objectCount
= null;
551
objectCount
= (Long) request.getHeader(HeaderSet.COUNT);
567
if (
objectCount
!= null) {
568
intent.putExtra(Constants.EXTRA_BT_OPP_OBJECT_COUNT,
objectCount
.intValue());
/external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm
62
return JSDOMWindow::commonJSGlobalData()->heap.
objectCount
();
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java
197
public void setObjectCount(int
objectCount
) {
198
mTotalCount =
objectCount
;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp
268
return JSDOMWindow::commonJSGlobalData()->heap.
objectCount
();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp
622
return JSDOMWindow::commonJSGlobalData()->heap.
objectCount
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 1079 milliseconds