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

/external/webkit/Source/WebCore/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.h288 ContextMenuAction m_action; member in class:WebCore::ContextMenuItem
/external/webkit/Source/WebCore/platform/win/
H A DContextMenuItemWin.cpp61 m_action = static_cast<ContextMenuAction>(info.wID);
63 m_action = ContextMenuItemTagNoAction;
92 info.wID = m_action;
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItemData.cpp41 , m_action(WebCore::ContextMenuItemTagNoAction)
49 , m_action(action)
59 , m_action(action)
69 , m_action(item.action())
88 return ContextMenuItem(m_type, m_action, m_title, m_enabled, m_checked);
91 return ContextMenuItem(m_action, m_title, m_enabled, m_checked, subMenuItems);
106 encoder->encode(CoreIPC::In(static_cast<uint32_t>(m_type), static_cast<uint32_t>(m_action), m_title, m_checked, m_enabled, m_submenu));
H A DWebContextMenuItemData.h53 WebCore::ContextMenuAction action() const { return m_action; }
69 WebCore::ContextMenuAction m_action; member in class:WebKit::WebContextMenuItemData
/external/webkit/Source/WebKit/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
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.h63 const String& action() const { return m_action; }
82 String m_action; member in class:WebCore::FormSubmission::Attributes
95 const KURL& action() const { return m_action; }
115 KURL m_action; member in class:WebCore::FormSubmission
H A DFormSubmission.cpp88 m_action = stripLeadingAndTrailingHTMLSpaces(action);
118 m_action = other.m_action;
126 , m_action(action)
216 return m_action;
218 KURL requestURL(m_action);
/external/webkit/Source/WebCore/page/
H A DDOMTimer.cpp69 , m_action(action)
135 m_action->execute(context);
143 OwnPtr<ScheduledAction> action = m_action.release();
167 m_action.clear();
H A DDOMTimer.h70 OwnPtr<ScheduledAction> m_action; member in class:WebCore::DOMTimer
/external/webkit/Source/WebCore/platform/graphics/
H A DPathTraversalState.h54 PathTraversalAction m_action; member in class:WebCore::PathTraversalState
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)
H A DPath.cpp70 if ((traversalState.m_action == PathTraversalState::TraversalPointAtLength ||
71 traversalState.m_action == PathTraversalState::TraversalNormalAngleAtLength) &&
76 if (traversalState.m_action == PathTraversalState::TraversalPointAtLength) {
/external/iproute2/tc/
H A DAndroid.mk4 LOCAL_SRC_FILES := tc.c tc_qdisc.c q_cbq.c tc_util.c tc_class.c tc_core.c m_action.c \
H A DMakefile2 tc_monitor.o m_police.o m_estimator.o m_action.o \
/external/webkit/Source/WebCore/svg/
H A DSVGPathTraversalStateBuilder.cpp69 ASSERT(m_traversalState->m_action == PathTraversalState::TraversalSegmentAtLength);
/external/webkit/Source/WebCore/inspector/
H A DInspectorAgent.cpp328 , m_action(action)
336 inspectorAgent->postWorkerNotificationToFrontend(*m_worker, m_action);
342 InspectorAgent::WorkerAction m_action; member in class:WebCore::PostWorkerNotificationToFrontendTask

Completed in 223 milliseconds