Searched defs:action (Results 226 - 250 of 378) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc42 // The width of the browser action buttons.
45 // The padding between browser action buttons.
48 // The padding to the right of the browser action buttons (between the buttons
170 // browser action.
256 virtual void InspectPopup(ExtensionAction* action) { argument
271 BrowserActionButton* action) {
275 MenuGtk* menu = action->GetContextMenu();
279 action->button_->SetPaintOverride(GTK_STATE_ACTIVE);
285 static void OnClicked(GtkWidget* widget, BrowserActionButton* action) { argument
286 if (action
269 OnButtonPress(GtkWidget* widget, GdkEventButton* event, BrowserActionButton* action) argument
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h585 // Implements the WithArgs action.
591 explicit WithArgsAction(const InnerAction& action) : action_(action) {} argument
603 explicit Impl(const InnerAction& action) : action_(action) {} argument
623 // defines an action that can be used in a mock function. Typically,
625 // function. For example, if such an action only uses the second
629 // Therefore, the action implementation must be prepared to take more
757 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
764 WithArgs(const InnerAction& action) { argument
770 WithArgs(const InnerAction& action) argument
776 WithArgs(const InnerAction& action) argument
782 WithArgs(const InnerAction& action) argument
788 WithArgs(const InnerAction& action) argument
794 WithArgs(const InnerAction& action) argument
801 WithArgs(const InnerAction& action) argument
809 WithArgs(const InnerAction& action) argument
817 WithArgs(const InnerAction& action) argument
826 WithArgs(const InnerAction& action) argument
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc265 // When action 'a' is constructed, it makes a copy of the temporary
284 // Tests using WithArgs and with an action that takes 1 argument.
291 // Tests using WithArgs with an action that takes 2 arguments.
299 // Tests using WithArgs with an action that takes 3 arguments.
306 // Tests using WithArgs with an action that takes 4 arguments.
314 // Tests using WithArgs with an action that takes 5 arguments.
324 // Tests using WithArgs with an action that takes 6 arguments.
332 // Tests using WithArgs with an action that takes 7 arguments.
341 // Tests using WithArgs with an action that takes 8 arguments.
350 // Tests using WithArgs with an action tha
458 Action<int(int*, int*, char*, char*)> action = // NOLINT local
475 Action<int(int*, int*, char*, char*, char*)> action = // NOLINT local
494 Action<int(int*, int*, char*, char*, char*, char*)> action = // NOLINT local
516 char*)> action = local
540 char*, char*)> action = local
567 char*, char*, char*)> action = local
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc1039 bool Session::SendMessage(ActionType type, const Action& action, argument
1043 if (!WriteActionMessage(type, action, stanza.get(), error))
1051 bool Session::WriteActionMessage(ActionType type, const Action& action, argument
1055 if (!WriteActionMessage(PROTOCOL_JINGLE, type, action, stanza, error))
1057 if (!WriteActionMessage(PROTOCOL_GINGLE, type, action, stanza, error))
1060 if (!WriteActionMessage(current_protocol_, type, action, stanza, error))
1068 ActionType type, const Action& action,
1071 if (!WriteSessionAction(protocol, action, &action_elems, error))
1067 WriteActionMessage(SignalingProtocol protocol, ActionType type, const Action& action, buzz::XmlElement* stanza, WriteError* error) argument
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc159 ContentAction action) {
160 SetContentData data(content, action);
166 ContentAction action) {
167 SetContentData data(content, action);
495 ContentAction action, ContentSource src) {
497 if (action == CA_OFFER) {
499 } else if (action == CA_ANSWER) {
508 bool BaseChannel::SetRtcpMux_w(bool enable, ContentAction action, argument
511 if (action == CA_OFFER) {
513 } else if (action
158 SetLocalContent(const MediaContentDescription* content, ContentAction action) argument
165 SetRemoteContent(const MediaContentDescription* content, ContentAction action) argument
494 SetSrtp_w(const std::vector<CryptoParams>& cryptos, ContentAction action, ContentSource src) argument
768 SetLocalContent_w(const MediaContentDescription* content, ContentAction action) argument
791 SetRemoteContent_w(const MediaContentDescription* content, ContentAction action) argument
1040 SetLocalContent_w(const MediaContentDescription* content, ContentAction action) argument
1063 SetRemoteContent_w(const MediaContentDescription* content, ContentAction action) argument
[all...]
/external/dhcpcd/
H A Ddhcpcd.c902 handle_carrier(int action, int flags, const char *ifname) argument
920 if (action) {
921 carrier = action == 1 ? 1 : 0;
1297 handle_interface(int action, const char *ifname) argument
1303 if (action == -1) {
1472 reconf_reboot(int action, int argc, char **argv, int oi) argument
1488 if (action)
/external/icu4c/i18n/
H A Ducol_sit.cpp259 ActionFunction *action; member in struct:ShortStringOptions
293 const char* end = options[i].action(spec, options[i].attr, start+1, status);
594 if(options[i].action == _processCollatorOption) {
/external/icu4c/test/intltest/
H A Drestsnew.cpp36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (UnicodeString)u_errorName(actual) + (UnicodeString)" instead of " + (UnicodeString)u_errorName(expected)); }
330 UnicodeString action; local
334 action = "te_IN";
335 action +=".get(";
336 action += data[i];
337 action +=", err)";
341 action
541 UnicodeString action; local
634 UnicodeString action; local
1009 char action[256]; local
[all...]
/external/jpeg/
H A Djdmarker.c138 #define MAKE_BYTE_AVAIL(cinfo,action) \
141 { action; } \
146 * If must suspend, take the specified action (typically "return FALSE").
148 #define INPUT_BYTE(cinfo,V,action) \
149 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
156 #define INPUT_2BYTES(cinfo,V,action) \
157 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
160 MAKE_BYTE_AVAIL(cinfo,action); \
587 * Take appropriate action if it is a JFIF marker.
663 * Take appropriate action i
1204 int action = 1; local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java27 private final int[] action = new int[2]; field in class:Parser
131 this.action[0] = Parser.actionTable[state()][0][1];
132 this.action[1] = Parser.actionTable[state()][0][2];
151 this.action[0] = Parser.actionTable[state()][middle][1];
152 this.action[1] = Parser.actionTable[state()][middle][2];
157 switch(this.action[0])
163 push(this.action[1], list);
167 switch(this.action[1])
865 Parser.errorMessages[Parser.errors[this.action[1]]]);
/external/qemu/android/
H A Dasync-socket.c572 const AsyncIOAction action = asio->on_io(asio->io_opaque, asio, local
576 if (action != ASIO_ACTION_RETRY) {
584 return action;
637 /* We ignore action returned from the cancellation callback, since we're
653 /* We ignore action returned from the cancellation callback, since we're
748 AsyncIOAction action = ASIO_ACTION_ABORT; local
760 action = as->on_connection(as->client_opaque, as, ASIO_STATE_FAILED);
762 if (action == ASIO_ACTION_RETRY) {
794 AsyncIOAction action; local
813 action
904 AsyncIOAction action; local
1049 AsyncIOAction action; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c138 #define MAKE_BYTE_AVAIL(cinfo,action) \
141 { action; } \
146 * If must suspend, take the specified action (typically "return FALSE").
148 #define INPUT_BYTE(cinfo,V,action) \
149 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
156 #define INPUT_2BYTES(cinfo,V,action) \
157 MAKESTMT( MAKE_BYTE_AVAIL(cinfo,action); \
160 MAKE_BYTE_AVAIL(cinfo,action); \
587 * Take appropriate action if it is a JFIF marker.
663 * Take appropriate action i
1204 int action = 1; local
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h299 static void set_default_action (int loglev, int action) { argument
301 assert (action >= 0 && action < N_ACT);
302 default_onoff[loglev] = action;
339 void set_log_action(int loglevel, int action);
/external/quake/quake/src/WinQuake/
H A Dgl_vidandroid.cpp535 void analyze(unsigned long long eventTime, int action, argument
541 switch (action) {
659 int AndroidMotionEvent(unsigned long long eventTime, int action, argument
662 gGestureDetector.analyze(eventTime, action, x, y, pressure, size, deviceId);
675 int AndroidTrackballEvent(unsigned long long eventTime, int action, argument
678 switch (action ) {
/external/valgrind/main/coregrind/
H A Dm_errormgr.c435 /* Figure out if we want to perform a given action for this error,
438 Bool VG_(is_action_requested) ( Char* action, Bool* clo ) argument
457 VG_(getpid)(), action
471 /* No, don't want to do action. */
473 /* Yes, want to do action. */
475 /* No, don't want to do action, and don't ask again either. */
502 VG_(umsg)("(action on error) vgdb me ... \n");
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.h180 action(ContextMenuItemTagNoAction),
186 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
198 action(ContextMenuItemTagNoAction),
204 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
216 , action(ContextMenuItemTagNoAction)
220 ContextMenuAction action; member in struct:WebCore::PlatformMenuItemDescription
241 ContextMenuAction action() const;
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h384 AnimationProcessingAction(Action action = Remove, double timeOffset = 0)
385 : action(action)
389 Action action; member in struct:WebCore::GraphicsLayerCA::AnimationProcessingAction
/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp1257 bool RenderTable::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) argument
1267 if (child->nodeAtPoint(request, result, xPos, yPos, childPoint.x(), childPoint.y(), action)) {
1277 if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
H A DRenderTableSection.cpp1258 bool RenderTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) argument
1280 if (child->nodeAtPoint(request, result, xPos, yPos, childPoint.x(), childPoint.y(), action)) {
1324 if (static_cast<RenderObject*>(cell)->nodeAtPoint(request, result, xPos, yPos, cellPoint.x(), cellPoint.y(), action)) {
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp70 // into a single action.
207 EditorInsertAction action)
212 static_cast<WebEditingAction>(action));
219 EditorInsertAction action)
224 static_cast<WebEditingAction>(action));
828 // just return false to allow the default action.
205 shouldInsertNode(Node* node, Range* range, EditorInsertAction action) argument
217 shouldInsertText(const String& text, Range* range, EditorInsertAction action) argument
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp56 // into a single action.
328 static WebKitInsertAction kit(EditorInsertAction action) argument
330 switch (action) {
342 bool EditorClient::shouldInsertText(const String& string, Range* range, EditorInsertAction action) argument
346 g_signal_emit_by_name(m_webView, "should-insert-text", string.utf8().data(), kitRange.get(), kit(action), &accept);
548 bool EditorClient::shouldInsertNode(Node* node, Range* range, EditorInsertAction action) argument
553 g_signal_emit_by_name(m_webView, "should-insert-node", kitNode.get(), kitRange.get(), kit(action), &accept);
791 // No action taken.
800 // No action taken.
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp269 modification of action properties such as \l{QAction::}{text} or
622 Returns a pointer to a QAction that encapsulates the specified web action \a action.
624 QAction *QWebView::pageAction(QWebPage::WebAction action) const
626 return page()->action(action);
631 Triggers the specified \a action. If it is a checkable action the specified
634 The following example triggers the copy action and therefore copies any
641 void QWebView::triggerPageAction(QWebPage::WebAction action, boo argument
[all...]
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp558 HRESULT STDMETHODCALLTYPE DOMHTMLFormElement::action( function in class:DOMHTMLFormElement
562 WTF::String actionString = static_cast<HTMLFormElement*>(m_element)->action();
568 /* [in] */ BSTR /*action*/)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp63 static WebCore::ContextMenuAction contextMenuActionForWebAction(QWKPage::WebAction action) argument
65 switch (action) {
337 void QWKPagePrivate::updateAction(QWKPage::WebAction action) argument
340 Q_UNUSED(action)
342 QAction* a = actions[action];
353 switch (action) {
391 QWKPage::WebAction action = static_cast<QWKPage::WebAction>(a->data().toInt());
392 q->triggerAction(action, checked);
717 QAction* qtAction = action(webAction);
724 QAction* QWKPage::action(WebActio function in class:QWKPage
[all...]
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.cpp320 JSStringRef action = 0; local
322 action = JSValueToStringCopy(context, arguments[0], exception);
323 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isActionSupported(action));
324 if (action)
325 JSStringRelease(action);

Completed in 535 milliseconds

1234567891011>>