Searched refs:m_action (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.cpp37 , m_action(action)
48 , m_action(action)
57 , m_action(action)
92 m_action = action;
97 return m_action;
H A DContextMenuItem.h244 ContextMenuAction m_action; member in class:WebCore::ContextMenuItem
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DContextMenuItemWin.cpp61 m_action = static_cast<ContextMenuAction>(info.wID);
63 m_action = ContextMenuItemTagNoAction;
92 info.wID = m_action;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DPathTraversalState.cpp135 if (traversalState.m_action == PathTraversalState::TraversalPointAtLength
136 || traversalState.m_action == PathTraversalState::TraversalNormalAngleAtLength) {
151 : m_action(action)
187 if (m_action != TraversalPointAtLength && m_action != TraversalNormalAngleAtLength)
200 if (m_action != TraversalPointAtLength && m_action != TraversalNormalAngleAtLength)
208 if (m_action == TraversalSegmentAtLength && m_totalLength >= m_desiredLength)
211 if ((m_action == TraversalPointAtLength || m_action
[all...]
H A DPathTraversalState.h53 PathTraversalAction m_action; member in class:WebCore::PathTraversalState
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebContextMenuItemData.cpp44 , m_action(WebCore::ContextMenuItemTagNoAction)
52 , m_action(action)
62 , m_action(action)
72 , m_action(item.action())
91 return ContextMenuItem(m_type, m_action, m_title, m_enabled, m_checked);
94 return ContextMenuItem(m_action, m_title, m_enabled, m_checked, subMenuItems);
110 encoder.encodeEnum(m_action);
H A DWebContextMenuItemData.h55 WebCore::ContextMenuAction action() const { return m_action; }
71 WebCore::ContextMenuAction m_action; member in class:WebKit::WebContextMenuItemData
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebActionPropertyBag.cpp45 , m_action(action)
118 V_I4(pVar) = m_action.type();
122 if (const MouseEvent* mouseEvent = findMouseEvent(m_action.event())) {
129 if (const MouseEvent* mouseEvent = findMouseEvent(m_action.event())) {
137 V_BSTR(pVar) = BString(m_action.url().string()).release();
141 if (const UIEventWithKeyState* keyEvent = findEventWithKeyState(const_cast<Event*>(m_action.event()))) {
H A DWebActionPropertyBag.h60 WebCore::NavigationAction m_action; member in class:WebActionPropertyBag
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item_private.h54 Ewk_Context_Menu_Item_Action action() const { return m_action; }
55 void setAction(Ewk_Context_Menu_Item_Action action) { m_action = action; }
79 Ewk_Context_Menu_Item_Action m_action; member in class:EwkContextMenuItem
H A Dewk_context_menu_item.cpp41 , m_action(getEwkActionFromWKTag((WKContextMenuItemGetTag(item))))
55 , m_action(action)
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormSubmission.h65 const String& action() const { return m_action; }
85 String m_action; member in class:WebCore::FormSubmission::Attributes
98 const KURL& action() const { return m_action; }
118 KURL m_action; member in class:WebCore::FormSubmission
H A DFormSubmission.cpp88 m_action = stripLeadingAndTrailingHTMLSpaces(action);
121 m_action = other.m_action;
129 , m_action(action)
228 return m_action;
230 KURL requestURL(m_action);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMTimer.cpp57 , m_action(action)
127 m_action->execute(context);
135 OwnPtr<ScheduledAction> action = m_action.release();
159 m_action.clear();
H A DDOMTimer.h67 OwnPtr<ScheduledAction> m_action; member in class:WebCore::DOMTimer
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DCredentialTransformData.h50 KURL m_action; member in struct:WebCore::CredentialTransformData
H A DCredentialTransformData.cpp99 m_action = stripURL(fullAction);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestContextMenu.cpp406 webkit_context_menu_append(contextMenu, webkit_context_menu_item_new(m_action.get()));
465 m_action = action;
472 GRefPtr<GtkAction> m_action; member in class:ContextMenuCustomTest

Completed in 158 milliseconds