/external/chromium/chrome/browser/extensions/ |
D | extensions_quota_service.cc | 33 const base::TimeTicks& event_time) { in Assess() argument 52 global_decision = (*heuristic)->ApplyToArgs(args, event_time) && in Assess() 94 const base::TimeTicks& event_time) { in ApplyToArgs() argument 99 (*i)->Reset(config_, event_time); in ApplyToArgs() 100 if (!Apply(*i, event_time)) in ApplyToArgs() 115 const base::TimeTicks& event_time) { in Apply() argument 116 if (event_time > bucket->expiration()) in Apply() 117 bucket->Reset(config(), event_time); in Apply() 123 const base::TimeTicks& event_time) { in Apply() argument 124 if (event_time > bucket->expiration()) { in Apply() [all …]
|
D | extensions_quota_service.h | 47 const ListValue* args, const base::TimeTicks& event_time); 152 bool ApplyToArgs(const ListValue* args, const base::TimeTicks& event_time); 159 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time) = 0; 178 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time); 189 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | menu_gtk.h | 82 void PopupForWidget(GtkWidget* widget, int button, guint32 event_time); 88 void PopupAsContext(const gfx::Point& point, guint32 event_time); 91 void PopupAsContextForStatusIcon(guint32 event_time, guint32 button,
|
D | back_forward_button_gtk.cc | 81 void BackForwardButtonGtk::ShowBackForwardMenu(int button, guint32 event_time) { in ShowBackForwardMenu() argument 84 menu_->PopupForWidget(widget(), button, event_time); in ShowBackForwardMenu()
|
D | menu_gtk.cc | 373 guint32 event_time) { in PopupForWidget() argument 377 button, event_time); in PopupForWidget() 380 void MenuGtk::PopupAsContext(const gfx::Point& point, guint32 event_time) { in PopupAsContext() argument 385 3, event_time); in PopupAsContext() 388 void MenuGtk::PopupAsContextForStatusIcon(guint32 event_time, guint32 button, in PopupAsContextForStatusIcon() argument 391 icon, button, event_time); in PopupAsContextForStatusIcon()
|
D | back_forward_button_gtk.h | 48 void ShowBackForwardMenu(int button, guint32 event_time);
|
D | task_manager_gtk.cc | 252 void RunMenu(const gfx::Point& point, guint32 event_time) { in RunMenu() argument 256 menu_->PopupAsContext(point, event_time); in RunMenu() 811 guint32 event_time) { in ShowContextMenu() argument 815 menu_controller_->RunMenu(point, event_time); in ShowContextMenu()
|
D | task_manager_gtk.h | 72 void ShowContextMenu(const gfx::Point& point, guint32 event_time);
|
/external/chromium/webkit/glue/ |
D | webmenurunner_mac.mm | 166 double event_time = (double)(AbsoluteToDuration(UpTime())) / 1000.0; 187 timestamp:event_time 203 timestamp:event_time
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_gtk.cc | 45 void RunMenu(const gfx::Point& point, guint32 event_time) { in RunMenu() argument 46 menu_->PopupAsContext(point, event_time); in RunMenu()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_editor_gtk.cc | 67 void RunMenu(const gfx::Point& point, guint32 event_time) { in RunMenu() argument 74 menu_->PopupAsContext(point, event_time); in RunMenu()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 344 track_num, channel_num, event_time = end_marker.split(',',2) 346 …etEvent(JetDefs.E_EOS, JetDefs.E_EOS, 0, int(track_num), int(channel_num), event_time, event_time))
|