Home | History | Annotate | Download | only in src

Lines Matching refs:get

113 // Get rid of WTF's pow define so we can use std::pow.
254 // set to impossible point so we always get the first mouse pos
277 return m_page.get() ? m_page->theme() : RenderTheme::defaultTheme().get();
282 return m_page.get() ? WebFrameImpl::fromFrame(m_page->mainFrame()) : 0;
287 ASSERT(m_page.get());
336 if (focusedNode.get() && toHTMLInputElement(focusedNode.get())) {
353 if (clickedNode.get() && clickedNode == focusedWebCoreNode()) {
356 showFormAutofillForNode(clickedNode.get());
645 IntRect firstRect = mainFrameImpl->firstRectForRange(selection.get());
658 // FIXME: The IntSize(0, -1) is a hack to get the hit-testing to result in
798 return m_page.get() ? m_page->focusController()->focusedOrMainFrame() : 0;
815 if (m_page.get()) {
826 if (m_devToolsAgent.get())
882 // get the current-event information from WebCore.
987 if (!m_page.get())
995 if (focusedFrame.get()) {
1158 if (!m_webSettings.get())
1160 ASSERT(m_webSettings.get());
1161 return m_webSettings.get();
1166 if (!m_page.get())
1174 if (!m_page.get())
1239 if (!m_page.get())
1254 webkitEvent.get());
1259 if (!m_page.get())
1263 if (!frame.get())
1267 if (!document.get())
1275 if (!oldFocusedNode.get())
1281 // keystrokes get eaten as a result.
1284 && static_cast<HTMLInputElement*>(oldFocusedNode.get())->isTextField())) {
1341 if (!m_page.get())
1375 // It's possible for us to get this callback while not doing a drag if
1389 ASSERT(!m_currentDragData.get());
1396 m_currentDragData.get(),
1422 ASSERT(m_currentDragData.get());
1426 m_currentDragData.get(),
1449 ASSERT(m_currentDragData.get());
1452 m_currentDragData.get(),
1470 ASSERT(m_currentDragData.get());
1485 m_currentDragData.get(),
1515 if (!m_page.get())
1542 return m_devToolsAgent.get();
1547 ASSERT(!m_devToolsAgent.get()); // May only set once!
1593 static_cast<HTMLInputElement*>(focusedNode.get());
1597 if (!m_autoFillPopupClient.get())
1603 if (m_suggestionsPopupClient != m_autoFillPopupClient.get()) {
1605 m_suggestionsPopupClient = m_autoFillPopupClient.get();
1608 if (!m_autoFillPopup.get()) {
1613 if (m_suggestionsPopup != m_autoFillPopup.get())
1614 m_suggestionsPopup = m_autoFillPopup.get();
1633 if (!m_page.get() || suggestions.isEmpty()) {
1648 static_cast<HTMLInputElement*>(focusedNode.get());
1652 if (!m_autocompletePopupClient.get())
1658 if (m_suggestionsPopupClient != m_autocompletePopupClient.get()) {
1660 m_suggestionsPopupClient = m_autocompletePopupClient.get();
1663 if (!m_autocompletePopup.get()) {
1668 if (m_suggestionsPopup != m_autocompletePopup.get())
1669 m_suggestionsPopup = m_autocompletePopup.get();
1774 pageGroup->addUserScriptToWorld(world.get(), sourceCode, WebURL(), 0, 0,