Searched refs:m_hook (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLayerChangesFlusher.cpp44 : m_hook(0)
51 if (!m_hostsWithChangesToFlush.add(host).second || m_hook)
61 if (!m_hostsWithChangesToFlush.isEmpty() || !m_hook)
79 ASSERT(m_hook);
92 LRESULT result = ::CallNextHookEx(m_hook, code, wParam, lParam);
104 ASSERT(!m_hook);
109 m_hook = ::SetWindowsHookExW(WH_GETMESSAGE, hookCallback, 0, threadID);
110 ASSERT_WITH_MESSAGE(m_hook, "::SetWindowsHookExW failed with error %lu", ::GetLastError());
119 ASSERT(m_hook);
122 if (!::UnhookWindowsHookEx(m_hook))
[all...]
H A DLayerChangesFlusher.h57 HHOOK m_hook; member in class:WebCore::LayerChangesFlusher
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java59 m_hook = hook;
216 if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can overwrite 'bytes'
276 if ((m_hook != null) && m_hook.processClassDef (name, bytes, length, baos)) // note: this can overwrite 'bytes'
448 private final IClassLoadHook m_hook; field in class:InstrClassLoader
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 76 milliseconds