Searched refs:wasHandled (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_file_chooser_request_private.h48 inline bool wasHandled() const { return m_wasRequestHandled; } function in class:EwkFileChooserRequest
H A Dewk_file_chooser_request.cpp107 EINA_SAFETY_ON_TRUE_RETURN_VAL(impl->wasHandled(), false);
118 EINA_SAFETY_ON_TRUE_RETURN_VAL(impl->wasHandled(), false);
142 EINA_SAFETY_ON_TRUE_RETURN_VAL(impl->wasHandled(), false);
/macosx-10.10/WebCore-7600.1.25/page/ios/
H A DEventHandlerIOS.mm102 event.wasHandled = eventWasHandled;
111 event.wasHandled = handleTouchEvent(PlatformEventFactory::createPlatformTouchEvent(event));
147 event.wasHandled = eventWasHandled;
449 event.wasHandled = handleMousePressEvent(currentPlatformMouseEvent());
464 event.wasHandled = handleMouseReleaseEvent(currentPlatformMouseEvent());
484 event.wasHandled = mouseMoved(currentPlatformMouseEvent());
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebEvent.h187 @property(nonatomic) BOOL wasHandled; variable
H A DWebEvent.mm43 @synthesize wasHandled = _wasHandled;
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1536 bool wasHandled = false; local
1545 wasHandled = true;
1561 return wasHandled;

Completed in 279 milliseconds