Searched defs:event_info (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate_view.h54 const DragEventSourceInfo& event_info) {}
50 StartDragging(const DropData& drop_data, blink::WebDragOperationsMask allowed_ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
H A Drender_view_host_impl.cc1171 const DragEventSourceInfo& event_info) {
1217 bitmap_offset_in_dip, event_info);
1166 OnStartDragging( const DropData& drop_data, WebDragOperationsMask drag_operations_mask, const SkBitmap& bitmap, const gfx::Vector2d& bitmap_offset_in_dip, const DragEventSourceInfo& event_info) argument
/external/chromium_org/extensions/common/
H A Devent_filter.cc136 const std::string& event_name, const EventFilteringInfo& event_info,
145 GURL url_to_match_against = event_info.has_url() ? event_info.url() : GURL();
170 if (event_matcher->MatchNonURLCriteria(event_info)) {
171 CHECK(!event_matcher->HasURLFilters() || event_info.has_url());
135 MatchEvent( const std::string& event_name, const EventFilteringInfo& event_info, int routing_id) argument
/external/libnfc-nxp/src/
H A DphHciNfc_CE_A.c629 static phHal_sEventInfo_t event_info; local
645 event_info.eventHost = phHal_eHostController;
646 event_info.eventSource = phHal_eISO14443_A_PICC;
651 event_info.eventType = NFC_EVT_ACTIVATED;
657 event_info.eventType = NFC_EVT_DEACTIVATED;
683 event_info.eventType = NFC_EVT_FIELD_ON;
689 event_info.eventType = NFC_EVT_FIELD_OFF;
703 &event_info);
H A DphHciNfc_CE_B.c627 static phHal_sEventInfo_t event_info; local
643 event_info.eventHost = phHal_eHostController;
644 event_info.eventSource = phHal_eISO14443_B_PICC;
649 event_info.eventType = NFC_EVT_ACTIVATED;
655 event_info.eventType = NFC_EVT_DEACTIVATED;
681 event_info.eventType = NFC_EVT_FIELD_ON;
687 event_info.eventType = NFC_EVT_FIELD_OFF;
701 &event_info);
H A DphHciNfc_PollingLoop.c693 static phHal_sEventInfo_t event_info; local
719 event_info.eventHost = phHal_eHostController;
720 event_info.eventType = NFC_UICC_RDPHASES_ACTIVATE_REQ;
721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN];
726 &(event_info));
732 event_info.eventHost = phHal_eHostController;
733 event_info.eventType = NFC_UICC_RDPHASES_DEACTIVATE_REQ;
734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN];
739 &(event_info));
H A DphHciNfc_Emulation.c1268 phHal_sEventInfo_t event_info; local
1287 event_info.eventHost = phHal_eUICCHost ;
1288 event_info.eventSource = phHal_ePICC_DevType ;
1294 event_info.eventType = NFC_EVT_END_OF_TRANSACTION;
1301 event_info.eventType = NFC_EVT_TRANSACTION;
1311 /* Fill the event_info.eventInfo.aid
1314 event_info.eventInfo.aid.length =
1318 event_info.eventInfo.aid.length );
1319 event_info.eventInfo.aid.buffer = (uint8_t *)
1321 i = i + event_info
[all...]
H A DphHciNfc_DevMgmt.c1317 phHal_sEventInfo_t event_info; local
1338 event_info.eventHost = phHal_eHostController ;
1339 event_info.eventSource = phHal_ePCD_DevType;
1346 event_info.eventType = NFC_INFO_TXLDO_OVERCUR;
1357 event_info.eventSource = phHal_ePICC_DevType ;
1361 event_info.eventType = ( CE_EVT_NFC_FIELD_ON ==
1365 event_info.eventType = (TRUE == p_device_mgmt_info->rf_status)?
1372 event_info.eventType = NFC_INFO_MEM_VIOLATION;
1380 event_info.eventType = NFC_INFO_TEMP_OVERHEAT;
1381 event_info
[all...]
H A DphHciNfc_NfcIPMgmt.c800 static phHal_sEventInfo_t event_info; local
802 event_info.eventHost = phHal_eHostController;
803 event_info.eventType = NFC_EVT_DEACTIVATED;
809 event_info.eventSource = phHal_eNfcIP1_Initiator;
815 event_info.eventSource = phHal_eNfcIP1_Target;
824 &event_info);
1208 static phHal_sEventInfo_t event_info; local
1233 event_info.eventHost = phHal_eHostController;
1234 event_info.eventType = NFC_EVT_ACTIVATED;
1235 event_info
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc193 const DragEventSourceInfo& event_info) {
188 StartDragging( const DropData& drop_data, blink::WebDragOperationsMask allowed_ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
H A Dweb_contents_view_guest.cc237 const DragEventSourceInfo& event_info) {
248 view->StartDragging(drop_data, ops, image, image_offset, event_info);
232 StartDragging( const DropData& drop_data, WebDragOperationsMask ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
H A Dweb_contents_view_aura.cc1205 const DragEventSourceInfo& event_info) {
1237 event_info.event_location,
1239 event_info.event_source);
1200 StartDragging( const DropData& drop_data, blink::WebDragOperationsMask operations, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener.cc26 sync_pb::DebugEventInfo event_info; local
28 event_info.mutable_sync_cycle_completed_event_info();
46 AddEventToQueue(event_info);
124 sync_pb::DebugEventInfo event_info; local
125 event_info.set_nudging_datatype(
127 AddEventToQueue(event_info);
137 sync_pb::DebugEventInfo* event_info = debug_info->add_events(); local
138 event_info->CopyFrom(*iter);
235 sync_pb::DebugEventInfo event_info; local
236 event_info
240 AddEventToQueue( const sync_pb::DebugEventInfo& event_info) argument
[all...]
/external/oprofile/opcontrol/
H A Dopcontrol.cpp39 struct event_info { struct
50 struct event_info event_info_arch_perfmon[] = {
62 struct event_info event_info_armv6[] = {
70 struct event_info event_info_armv7[] = {
82 struct event_info event_info_24K[] = {
85 struct event_info event_info_34K[] = {
88 struct event_info event_info_74K[] = {
91 struct event_info event_info_1004K[] = {
105 struct event_info *event_info; member in struct:cpuevents
127 #define event_info macro
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc95 const DragEventSourceInfo& event_info) OVERRIDE;
888 const DragEventSourceInfo& event_info) {
883 StartDragging( const DropData& drop_data, WebDragOperationsMask allowed_operations, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc347 DragEventSourceInfo event_info; local
349 event_info);

Completed in 273 milliseconds