Lines Matching defs:m_viewImpl

171     m_viewImpl = (WebViewCore*) viewImpl;
197 return m_viewImpl;
207 m_viewImpl->m_hasCursorBounds = false;
219 m_viewImpl->m_hasCursorBounds = false;
254 m_viewImpl->gButtonMutex.lock();
255 if (m_viewImpl->m_buttons.size()) {
269 Container* end = m_viewImpl->m_buttons.end();
270 for (Container* ptr = m_viewImpl->m_buttons.begin(); ptr != end; ptr++) {
290 m_viewImpl->gButtonMutex.unlock();
354 m_viewImpl->m_hasCursorBounds = false;
368 m_viewImpl->m_hasCursorBounds = false;
482 m_viewImpl->gCursorBoundsMutex.lock();
483 bool hasCursorBounds = m_viewImpl->m_hasCursorBounds;
484 IntRect bounds = m_viewImpl->m_cursorBounds;
485 m_viewImpl->gCursorBoundsMutex.unlock();
526 if (!m_viewImpl->m_updatedFrameCache) {
527 DBG_NAV_LOGV("%s", "!m_viewImpl->m_updatedFrameCache");
530 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) {
531 DBG_NAV_LOGD("allowNewer==DontAllowNewer m_viewImpl->m_lastGeneration=%d"
532 " < m_generation=%d", m_viewImpl->m_lastGeneration, m_generation);
535 DBG_NAV_LOGD("%s", "m_viewImpl->m_updatedFrameCache == true");
558 m_viewImpl->gFrameCacheMutex.lock();
561 m_viewImpl->m_updatedFrameCache = false;
562 m_frameCacheUI = m_viewImpl->m_frameCacheKit;
563 m_navPictureUI = m_viewImpl->m_navPictureKit;
564 m_viewImpl->m_frameCacheKit = 0;
565 m_viewImpl->m_navPictureKit = 0;
566 m_viewImpl->gFrameCacheMutex.unlock();
688 m_viewImpl->m_moveGeneration++;
737 m_viewImpl->updateCursorBounds(root, cachedFrame, cachedNode);
807 m_viewImpl->m_hasCursorBounds = false;
813 m_viewImpl->updateCursorBounds(root, frame, node);
865 m_viewImpl->m_hasCursorBounds = false;
883 m_viewImpl->updateCursorBounds(root, frame, result);
922 m_viewImpl->m_findIsUp = up;
1065 m_viewImpl->m_touchGeneration = ++m_generation;
1169 return m_viewImpl->m_moveGeneration;
1191 WebViewCore* m_viewImpl;