Home | History | Annotate | Download | only in inspector

Lines Matching defs:InspectorFrontendHost

31 #include "InspectorFrontendHost.h"
57 InspectorFrontendHost::InspectorFrontendHost(InspectorController* inspectorController, InspectorClient* client)
63 InspectorFrontendHost::~InspectorFrontendHost()
69 void InspectorFrontendHost::loaded()
75 void InspectorFrontendHost::attach()
81 void InspectorFrontendHost::detach()
87 void InspectorFrontendHost::closeWindow()
93 void InspectorFrontendHost::windowUnloading()
99 void InspectorFrontendHost::setAttachedWindowHeight(unsigned height)
105 void InspectorFrontendHost::moveWindowBy(float x, float y) const
111 String InspectorFrontendHost::localizedStringsURL()
116 String InspectorFrontendHost::hiddenPanels()
121 const String& InspectorFrontendHost::platform() const
135 const String& InspectorFrontendHost::port() const
150 void InspectorFrontendHost::copyText(const String& text)
155 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem*>& items)
168 void InspectorFrontendHost::contextMenuItemSelected(ContextMenuItem* item)
176 void InspectorFrontendHost::contextMenuCleared()