elementRectRelativeToRootView   47 Source/core/html/forms/ColorInputType.h     virtual IntRect elementRectRelativeToRootView() const OVERRIDE;
elementRectRelativeToRootView   50 Source/platform/ColorChooserClient.h     virtual IntRect elementRectRelativeToRootView() const = 0;
elementRectRelativeToRootView   89 Source/web/ColorChooserPopupUIController.cpp     IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_client->elementRectRelativeToRootView());
elementRectRelativeToRootView  142 Source/web/ColorChooserPopupUIController.cpp     m_popup = m_chromeClient->openPagePopup(this, m_client->elementRectRelativeToRootView());