Searched refs:IsAttachedTo (Results 1 – 6 of 6) sorted by relevance
79 bool IsAttachedTo(content::DevToolsAgentHost* agent_host);
816 bool DevToolsUIBindings::IsAttachedTo(content::DevToolsAgentHost* agent_host) { in IsAttachedTo() function in DevToolsUIBindings
784 if ((*it)->bindings_->IsAttachedTo(agent_host)) in FindDevToolsWindow()
97 static bool IsAttachedTo(const TabStrip* tab_strip);
671 if (TabDragController::IsAttachedTo(this) && in MoveTab()1557 if (TabDragController::IsAttachedTo(this)) { in ScheduleRemoveTabAnimation()2323 if (!IsDragSessionActive() && !TabDragController::IsAttachedTo(this)) { in PrepareForAnimation()
310 bool TabDragController::IsAttachedTo(const TabStrip* tab_strip) { in IsAttachedTo() function in TabDragController