HomeSort by relevance Sort by last modified time
    Searched refs:m_hook (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 44 : 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...]
LayerChangesFlusher.h 57 HHOOK m_hook; member in class:WebCore::LayerChangesFlusher
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 59 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/
emma.jar 

Completed in 109 milliseconds