/external/chromium/chrome/browser/metrics/ |
D | user_metrics.cc | 11 void UserMetrics::RecordAction(const UserMetricsAction& action, in RecordAction() 16 void UserMetrics::RecordComputedAction(const std::string& action, in RecordComputedAction() 21 void UserMetrics::Record(const char *action, Profile *profile) { in Record() 25 void UserMetrics::RecordAction(const UserMetricsAction& action) { in RecordAction() 29 void UserMetrics::RecordComputedAction(const std::string& action) { in RecordComputedAction() 33 void UserMetrics::Record(const char *action) { in Record() 46 void UserMetrics::CallRecordOnUI(const std::string& action) { in CallRecordOnUI()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | ContextMenuItemGtk.cpp | 35 static const char* gtkStockIDFromContextMenuAction(const ContextMenuAction& action) in gtkStockIDFromContextMenuAction() 131 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem() 195 ContextMenuAction ContextMenuItem::action() const in action() function in WebCore::ContextMenuItem 200 void ContextMenuItem::setAction(ContextMenuAction action) in setAction() 207 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in title() local 213 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setTitle() local 231 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setChecked() local 252 GtkAction* action = gtk_activatable_get_related_action(GTK_ACTIVATABLE(m_platformDescription)); in setEnabled() local
|
/external/webkit/Source/WebCore/platform/ |
D | ContextMenuItem.cpp | 35 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem() 46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem() 55 ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool … in ContextMenuItem() 90 void ContextMenuItem::setAction(ContextMenuAction action) in setAction() 95 ContextMenuAction ContextMenuItem::action() const in action() function in WebCore::ContextMenuItem
|
D | ContextMenu.cpp | 37 static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& it… in findItemWithAction() 52 ContextMenuItem* ContextMenu::itemWithAction(unsigned action) in itemWithAction()
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 58 String action = "i<3; '<xmltag>'"; in testEscapedLessThanInAction() local 73 String action = "int \\$n; \"\\$in string\\$\""; in testEscaped$InAction() local 93 String action = "$i; $i.x; $u; $u.x"; in testArguments() local 115 String action = "x, (*a).foo(21,33), 3.2+1, '\\n', "+ in testComplicatedArgParsing() local 169 String action = "34, '{', \"it's<\", '\"', \"\\\"\", 19"; in testStringArgParsing() local 205 String action = "(*a).foo(21,33,\",\")"; in testComplicatedSingleArgParsing() local 230 String action = "34<50"; in testArgWithLT() local 256 String action = "$foo.get(\"ick\");"; in testGenericsAsArgumentDefinition() local 285 String action = "$foo.get(\"ick\"); x=3;"; in testGenericsAsArgumentDefinition2() local 339 String action = "x, $A.text+\"3242\", (*$A).foo(21,33), 3.2+1, '\\n', "+ in testComplicatedArgParsingWithTranslation() local [all …]
|
D | TestTemplates.java | 49 String action = "x = %foo(name={$ID.text});"; in testTemplateConstructor() local 87 String action = "x = %foo();"; in testTemplateConstructorNoArgs() local 124 String action = "x = %({\"foo\"})(name={$ID.text});"; in testIndirectTemplateConstructor() local 161 String action = "x = %{$ID.text};"; in testStringConstructor() local 196 String action = "%x.y = z;"; in testSetAttr() local 232 String action = "%{foo($ID.text).getST()}.y = z;"; in testSetAttrOfExpr() local 290 String action = "%x .y = z;"; in testCannotHaveSpaceBeforeDot() local 318 String action = "%x. y = z;"; in testCannotHaveSpaceAfterDot() local
|
/external/chromium/net/tools/crash_cache/ |
D | crash_cache.cc | 43 int RunSlave(RankCrashes action) { in RunSlave() 85 bool CreateTargetFolder(const FilePath& path, RankCrashes action, in CreateTargetFolder() 132 int SimpleInsert(const FilePath& path, RankCrashes action, in SimpleInsert() 169 int SimpleRemove(const FilePath& path, RankCrashes action, in SimpleRemove() 212 int HeadRemove(const FilePath& path, RankCrashes action, in HeadRemove() 253 int LoadOperations(const FilePath& path, RankCrashes action, in LoadOperations() 310 int SlaveCode(const FilePath& path, RankCrashes action) { in SlaveCode() 355 RankCrashes action = static_cast<RankCrashes>(strtol(argv[1], &end, 0)); in main() local
|
/external/webkit/Source/WebCore/platform/wx/ |
D | ContextMenuItemWx.cpp | 44 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem() 75 ContextMenuAction ContextMenuItem::action() const in action() function in ContextMenuItem 80 void ContextMenuItem::setAction(ContextMenuAction action) in setAction()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_perf_analyzer_old.hh | 45 Action action(size); in eval_mflops() local 97 inline double time_init(Action & action) in time_init() 108 inline double time_calculate(Action & action) in time_calculate()
|
D | portable_perf_analyzer.hh | 43 Action action(size); in eval_mflops() local 76 BTL_DONT_INLINE double time_calculate(Action & action) in time_calculate()
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_quit.c | 49 struct sigaction action; local 86 struct sigaction action; local
|
/external/webkit/Source/WebCore/platform/brew/ |
D | ContextMenuItemBrew.cpp | 49 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem() 75 ContextMenuAction ContextMenuItem::action() const in action() function in WebCore::ContextMenuItem 102 void ContextMenuItem::setAction(ContextMenuAction action) in setAction()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ContextMenuItemChromium.cpp | 47 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem() 68 ContextMenuAction ContextMenuItem::action() const in action() function in WebCore::ContextMenuItem 98 void ContextMenuItem::setAction(ContextMenuAction action) in setAction()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | ContextMenuItemHaiku.cpp | 52 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem() 106 ContextMenuAction ContextMenuItem::action() const in action() function in ContextMenuItem 113 void ContextMenuItem::setAction(ContextMenuAction action) in setAction()
|
/external/qemu/distrib/sdl-1.2.15/src/ |
D | SDL_fatal.c | 64 struct sigaction action; in SDL_InstallParachute() local 99 struct sigaction action; in SDL_UninstallParachute() local
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-216320.js | 171 function vsub(form,status,ism,action){ argument 498 function vsav(form,status,ism,action) { argument 725 function crt(form,action){ argument 738 function cusat(form,action){ argument 745 function cfrt(form,ism,action){ argument 799 function cows(form,action){ argument 954 function sact(action){ argument
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | WebKitAccessibleHyperlink.cpp | 87 static AccessibilityObject* core(AtkAction* action) in core() 93 static gboolean webkitAccessibleHyperlinkActionDoAction(AtkAction* action, gint index) in webkitAccessibleHyperlinkActionDoAction() 109 static gint webkitAccessibleHyperlinkActionGetNActions(AtkAction* action) in webkitAccessibleHyperlinkActionGetNActions() 120 static const gchar* webkitAccessibleHyperlinkActionGetDescription(AtkAction* action, gint index) in webkitAccessibleHyperlinkActionGetDescription() 131 static const gchar* webkitAccessibleHyperlinkActionGetKeybinding(AtkAction* action, gint index) in webkitAccessibleHyperlinkActionGetKeybinding() 147 static const gchar* webkitAccessibleHyperlinkActionGetName(AtkAction* action, gint index) in webkitAccessibleHyperlinkActionGetName()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebContextMenuItemData.cpp | 47 …::WebContextMenuItemData(WebCore::ContextMenuItemType type, WebCore::ContextMenuAction action, con… in WebContextMenuItemData() 57 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuAction action, const String& tit… in WebContextMenuItemData() 112 uint32_t action; in decode() local
|
/external/webkit/Source/WebCore/platform/qt/ |
D | ContextMenuItemQt.cpp | 42 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem() 81 ContextMenuAction ContextMenuItem::action() const in action() function in WebCore::ContextMenuItem 86 void ContextMenuItem::setAction(ContextMenuAction action) in setAction()
|
/external/webkit/Source/WebCore/page/ |
D | DOMTimer.cpp | 65 DOMTimer::DOMTimer(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interva… in DOMTimer() 88 int DOMTimer::install(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int time… in install() 143 OwnPtr<ScheduledAction> action = m_action.release(); in fired() local
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_contextmenu.cpp | 54 Ewk_Context_Menu_Action action; /**< contains the action of the item */ member 142 Ewk_Context_Menu_Action action, Ewk_Context_Menu* submenu, in ewk_context_menu_item_new() 171 WebCore::ContextMenuAction action = static_cast<WebCore::ContextMenuAction>(item->action); in ewk_context_menu_item_select() local 252 Eina_Bool ewk_context_menu_item_action_set(Ewk_Context_Menu_Item* o, Ewk_Context_Menu_Action action) in ewk_context_menu_item_action_set() 403 Ewk_Context_Menu_Action action = static_cast<Ewk_Context_Menu_Action>(core.action()); in ewk_context_menu_item_append() local
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | WebContextMenuProxyQt.cpp | 40 static QWKPage::WebAction webActionForContextMenuAction(WebCore::ContextMenuAction action) in webActionForContextMenuAction() 111 QWKPage::WebAction action = webActionForContextMenuAction(item.action()); in createContextMenu() local
|
/external/kernel-headers/original/asm-arm/ |
D | hw_irq.h | 11 # define handle_dynamic_tick(action) \ argument
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDragClient.cpp | 77 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData* dragDa… in willPerformDragDestinationAction() 89 WebDragSourceAction action = WebDragSourceActionAny; in dragSourceActionMaskForPoint() local 96 void WebDragClient::willPerformDragSourceAction(DragSourceAction action, const IntPoint& intPoint, … in willPerformDragSourceAction()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | language_options_handler_common.cc | 149 const std::string action = StringPrintf( in UiLanguageChangeCallback() local 160 const std::string action = StringPrintf( in SpellCheckLanguageChangeCallback() local
|