Searched defs:actions (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebpage_p.h179 QAction *actions[QWebPage::WebActionCount]; member in class:QWebPagePrivate
H A Dqwebpage.cpp365 static inline DragOperation dropActionToDragOp(Qt::DropActions actions) argument
368 if (actions & Qt::CopyAction)
372 if (actions & Qt::MoveAction)
374 if (actions & Qt::LinkAction)
379 static inline Qt::DropAction dragOpToDropAction(unsigned actions) argument
382 if (actions & DragOperationCopy)
384 else if (actions & DragOperationMove)
388 else if (actions & DragOperationGeneric)
390 else if (actions & DragOperationLink)
435 memset(actions,
540 QList<QAction *> actions = subMenu->actions(); local
[all...]
/external/bluetooth/bluez/tools/
H A Dhciattach_ti.c83 uint8_t actions[0]; member in struct:bts_header
/external/v8/src/
H A Djsregexp.h602 // the deferred actions in the current trace and generating a goto.
1193 // End the trace. This involves flushing the deferred actions in the trace
1199 DeferredAction* actions() { return actions_; } function in class:v8::internal::Trace
1200 // A trivial trace is one that has no deferred actions or other state that
1207 // actions in the trace. The location of the code generated for a node using

Completed in 26 milliseconds