Lines Matching full:false
138 return false;
144 return false;
152 , m_mousePressed(false)
153 , m_capturesDragging(false)
154 , m_mouseDownMayStartSelect(false)
156 , m_mouseDownMayStartDrag(false)
158 , m_mouseDownWasSingleClickInSelection(false)
159 , m_beganSelectingText(false)
160 , m_panScrollInProgress(false)
161 , m_panScrollButtonPressed(false)
162 , m_springLoadedPanScrollInProgress(false)
166 , m_autoscrollInProgress(false)
167 , m_mouseDownMayStartAutoscroll(false)
168 , m_mouseDownWasInSubframe(false)
170 , m_svgPan(false)
176 , m_useLatchedWheelEventNode(false)
177 , m_widgetIsLatched(false)
180 , m_sendingEventToSubview(false)
215 m_shouldOnlyFireDragOverEvent = false;
219 m_mousePressed = false;
220 m_capturesDragging = false;
280 return false;
298 return false;
302 return false;
325 return false;
336 return false;
347 m_frame->selection()->setLastChangeWasHorizontalExtension(false);
381 return false;
395 m_mouseDownWasSingleClickInSelection = false;
425 bool swallowEvent = false;
428 m_beganSelectingText = false;
450 return false;
454 return false;
460 m_mouseDownMayStartDrag = false;
478 m_mouseDownMayStartAutoscroll = false;
492 return false;
495 return false;
501 return false;
505 return false;
579 m_frame->selection()->setLastChangeWasHorizontalExtension(false);
608 m_frame->selection()->setCaretBlinkingSuspended(false);
609 m_mousePressed = false;
610 m_capturesDragging = false;
612 m_mouseDownMayStartDrag = false;
614 m_mouseDownMayStartSelect = false;
615 m_mouseDownMayStartAutoscroll = false;
616 m_mouseDownWasInSubframe = false;
618 bool handled = false;
781 flagDHTML = false;
782 flagUA = false;
891 m_panScrollInProgress = false;
892 m_springLoadedPanScrollInProgress = false;
898 mainFrame->eventHandler()->setPanScrollInProgress(false);
901 m_autoscrollInProgress = false;
928 return false;
938 handled = view ? view->scroll(direction, granularity) : false;
1029 bool editableLinkEnabled = false;
1042 editableLinkEnabled = false;
1057 bool inResizer = false;
1159 m_mouseDownMayStartDrag = false;
1161 m_mouseDownMayStartSelect = false;
1162 m_mouseDownMayStartAutoscroll = false;
1167 return false;
1169 m_mouseDownWasInSubframe = false;
1179 return false;
1283 m_mousePressed = false;
1295 bool swallowMouseUpEvent = dispatchMouseEvent(eventNames().mouseupEvent, mev.targetNode(), true, m_clickCount, mouseEvent, false);
1297 bool swallowClickEvent = false;
1305 bool swallowMouseReleaseEvent = false;
1337 return false;
1353 return dispatchMouseEvent(eventNames().mousemoveEvent, m_frameSetBeingResized.get(), false, 0, mouseEvent, false);
1387 bool swallowEvent = false;
1418 swallowEvent = dispatchMouseEvent(eventNames().mousemoveEvent, mev.targetNode(), false, 0, mouseEvent, true);
1439 m_panScrollButtonPressed = false;
1444 m_mousePressed = false;
1449 m_svgPan = false;
1456 return dispatchMouseEvent(eventNames().mouseupEvent, m_frameSetBeingResized.get(), true, m_clickCount, mouseEvent, false);
1471 bool swallowMouseUpEvent = dispatchMouseEvent(eventNames().mouseupEvent, mev.targetNode(), true, m_clickCount, mouseEvent, false);
1474 bool swallowClickEvent = false;
1479 m_resizeLayer->setInResizeMode(false);
1483 bool swallowMouseReleaseEvent = false;
1499 return false;
1517 bool canHandle = false;
1518 bool wasAccepted = false;
1546 bool accept = false;
1549 return false;
1592 m_shouldOnlyFireDragOverEvent = false;
1612 bool accept = false;
1623 m_shouldOnlyFireDragOverEvent = false;
1625 m_sendingEventToSubview = false;
1744 bool swallowEvent = false;
1773 return false;
1800 return false;
1810 return false;
1816 return false;
1822 bool didSetLatchedNode = false;
1888 return false;
1900 return false;
1941 return false;
2021 return false;
2025 return false;
2026 elem->accessKeyAction(false);
2033 return false;
2056 return false;
2069 bool matchedAnAccessKey = false;
2119 return false;
2199 return false;
2223 return false;
2239 m_mouseDownMayStartDrag = false;
2255 m_mousePressed = false;
2256 return false;
2267 m_mouseDownMayStartDrag = false; // no element is draggable
2283 m_mouseDownMayStartDrag = false; // no element is draggable
2299 m_mouseDownMayStartDrag = false;
2303 m_mouseDownMayStartSelect = false;
2339 m_mouseDownMayStartDrag = false;
2370 m_mouseDownMayStartDrag = false;
2393 return false;
2401 return false;
2419 return false;
2427 return false;
2447 if (m_frame->editor()->insertTextWithoutSendingTextEvent(data, false, event))
2517 m_frame->document()->dispatchWindowEvent(Event::create(eventNames().resizeEvent, false, false));
2524 m_frame->document()->dispatchEvent(Event::create(eventNames().scrollEvent, true, false));
2537 return false;
2582 HitTestResult result = hitTestResultAtPoint(pagePoint, /*allowShadowContent*/ false);
2638 bool defaultPrevented = false;