Home
last modified time | relevance | path

Searched refs:m_frontendHost (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorFrontendHost.h96 m_frontendHost = 0; in disconnect()
107 if (m_frontendHost) in contextMenuItemSelected()
108 m_frontendHost->contextMenuItemSelected(item); in contextMenuItemSelected()
113 if (m_frontendHost) in contextMenuCleared()
114 m_frontendHost->contextMenuCleared(); in contextMenuCleared()
121 : m_frontendHost(frontendHost) in MenuProvider()
123 InspectorFrontendHost* m_frontendHost; variable
/external/webkit/WebKit/chromium/src/
DWebDevToolsFrontendImpl.h92 m_frontendHost = 0; in disconnect()
103 if (m_frontendHost) in contextMenuItemSelected()
104 m_frontendHost->contextMenuItemSelected(item); in contextMenuItemSelected()
109 if (m_frontendHost) in contextMenuCleared()
110 m_frontendHost->contextMenuCleared(); in contextMenuCleared()
117 : m_frontendHost(frontendHost) in MenuProvider()
119 WebDevToolsFrontendImpl* m_frontendHost; variable