Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcustom_drag.cc25 guint target_type, in OnDragDataGetForDownloadItem() argument
30 target_type); in OnDragDataGetForDownloadItem()
35 guint target_type, guint time, in OnDragDataGetStandalone() argument
37 OnDragDataGetForDownloadItem(selection_data, target_type, item); in OnDragDataGetStandalone()
89 guint target_type, guint time) { in OnDragDataGet() argument
90 OnDragDataGetForDownloadItem(selection_data, target_type, download_item_); in OnDragDataGet()
135 guint target_type, guint time) { in OnDragDataGet() argument
137 target_type, profile_); in OnDragDataGet()
Dcustom_drag.h31 guint target_type, guint time) = 0;
40 guint target_type, guint time, in OnDragDataGetThunk() argument
43 target_type, time); in OnDragDataGetThunk()
77 guint target_type, guint time);
99 guint target_type, guint time);
Dtab_contents_drag_source.cc170 guint target_type, guint time) { in OnDragDataGet() argument
173 switch (target_type) { in OnDragDataGet()
197 drop_data_->url_title, target_type); in OnDragDataGet()
/external/chromium/webkit/glue/
Dsite_isolation_metrics.cc85 WebURLRequest::TargetType target_type) { in AddRequest() argument
87 target_type_map[identifier] = target_type; in AddRequest()
128 WebURLRequest::TargetType target_type = iter->second; in LogMimeTypeForCrossOriginRequest() local
137 if (target_type != WebURLRequest::TargetIsMainFrame && in LogMimeTypeForCrossOriginRequest()
138 target_type != WebURLRequest::TargetIsSubframe && in LogMimeTypeForCrossOriginRequest()
139 target_type != WebURLRequest::TargetIsObject) { in LogMimeTypeForCrossOriginRequest()
Dresource_fetcher.cc26 WebURLRequest::TargetType target_type, in ResourceFetcher() argument
29 target_type_(target_type), in ResourceFetcher()
127 const GURL& url, WebFrame* frame, WebURLRequest::TargetType target_type, in ResourceFetcherWithTimeout() argument
129 : ResourceFetcher(url, frame, target_type, callback) { in ResourceFetcherWithTimeout()
Dimage_resource_fetcher.cc24 WebURLRequest::TargetType target_type, in ImageResourceFetcher() argument
31 image_url, frame, target_type, in ImageResourceFetcher()
Dresource_fetcher.h47 WebKit::WebURLRequest::TargetType target_type, Callback* callback);
113 WebKit::WebURLRequest::TargetType target_type,
Dsite_isolation_metrics.h26 WebKit::WebURLRequest::TargetType target_type);
Dimage_resource_fetcher.h27 WebKit::WebURLRequest::TargetType target_type,
/external/libnfc-nxp/src/
DphHciNfc_RFReader.h310 phHal_eRemDevType_t target_type
340 phHal_eRemDevType_t target_type
425 phHal_eRemDevType_t target_type
455 phHal_eRemDevType_t target_type,
DphHciNfc.c537 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_Restart_Discovery() local
557 target_type = phHal_eISO14443_A_PICC; in phHciNfc_Restart_Discovery()
562 target_type = phHal_eNfcIP1_Target; in phHciNfc_Restart_Discovery()
568 target_type = phHal_eISO14443_B_PICC; in phHciNfc_Restart_Discovery()
575 target_type = phHal_eFelica_PICC; in phHciNfc_Restart_Discovery()
582 target_type = phHal_eJewel_PICC; in phHciNfc_Restart_Discovery()
589 target_type = phHal_eISO15693_PICC; in phHciNfc_Restart_Discovery()
623 psHciContext, pHwRef, target_type, re_poll); in phHciNfc_Restart_Discovery()
1126 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_Disconnect() local
1150 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_Disconnect()
[all …]
DphHciNfc_RFReader.c960 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_ReaderMgmt_Info_Sequence()
1119 phHal_eRemDevType_t target_type in phHciNfc_ReaderMgmt_Select() argument
1131 switch (target_type) in phHciNfc_ReaderMgmt_Select()
1145 psHciContext, pHwRef, target_type ); in phHciNfc_ReaderMgmt_Select()
1208 psHciContext, pHwRef, target_type ); in phHciNfc_ReaderMgmt_Select()
1291 phHal_eRemDevType_t target_type in phHciNfc_ReaderMgmt_UICC_Dispatch() argument
1309 switch (target_type) in phHciNfc_ReaderMgmt_UICC_Dispatch()
1366 phHal_eRemDevType_t target_type in phHciNfc_ReaderMgmt_Reactivate() argument
1384 switch (target_type) in phHciNfc_ReaderMgmt_Reactivate()
1575 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_ReaderMgmt_Presence_Check() local
[all …]
DphHciNfc_Sequence.c2094 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_Connect_Sequence() local
2099 target_type = psHciContext->p_target_info->RemDevType; in phHciNfc_Connect_Sequence()
2130 if(( phHal_eMifare_PICC != target_type ) in phHciNfc_Connect_Sequence()
2131 &&(phHal_eISO14443_3A_PICC != target_type) in phHciNfc_Connect_Sequence()
2133 && ( phHal_eISO14443_B_PICC != target_type ) in phHciNfc_Connect_Sequence()
2134 && ( phHal_eISO14443_4B_PICC != target_type ) in phHciNfc_Connect_Sequence()
2137 && ( phHal_eFelica_PICC != target_type ) in phHciNfc_Connect_Sequence()
2140 && ( phHal_eJewel_PICC != target_type ) in phHciNfc_Connect_Sequence()
2143 && ( phHal_eISO15693_PICC != target_type ) in phHciNfc_Connect_Sequence()
2206 phHal_eRemDevType_t target_type = phHal_eUnknown_DevType; in phHciNfc_Disconnect_Sequence() local
[all …]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_utils_gtk.h66 guint target_type,
72 guint target_type,
80 guint target_type,
Dbookmark_utils_gtk.cc311 guint target_type, in WriteBookmarkToSelection() argument
316 WriteBookmarksToSelection(nodes, selection_data, target_type, profile); in WriteBookmarkToSelection()
321 guint target_type, in WriteBookmarksToSelection() argument
323 switch (target_type) { in WriteBookmarksToSelection()
378 guint target_type, in GetNodesFromSelection() argument
391 switch (target_type) { in GetNodesFromSelection()
402 DLOG(ERROR) << "Unsupported drag received type: " << target_type; in GetNodesFromSelection()
Dbookmark_bar_gtk.cc1102 guint target_type, guint time) { in OnButtonDragGet() argument
1104 bookmark_utils::WriteBookmarkToSelection(node, selection_data, target_type, in OnButtonDragGet()
1131 GdkAtom target_type = in ItemDraggedOverToolbar() local
1133 if (target_type == GDK_NONE) { in ItemDraggedOverToolbar()
1156 if (target_type == ui::GetAtomForTarget(ui::CHROME_BOOKMARK_ITEM)) { in ItemDraggedOverToolbar()
1194 GdkAtom target_type = gtk_drag_dest_find_target(button, context, NULL); in OnFolderDragMotion() local
1195 if (target_type == GDK_NONE) in OnFolderDragMotion()
1204 if (target_type == ui::GetAtomForTarget(ui::CHROME_BOOKMARK_ITEM)) { in OnFolderDragMotion()
1267 guint target_type, guint time) { in OnDragReceived() argument
1292 switch (target_type) { in OnDragReceived()
[all …]
Dbookmark_menu_controller_gtk.cc372 guint target_type, guint time) { in OnMenuItemDragGet() argument
374 bookmark_utils::WriteBookmarkToSelection(node, selection_data, target_type, in OnMenuItemDragGet()
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dtestoutputset_unittest.py115 text_outputs = b.outputs_for('test/test-a.html', target_type='text')
116 image_outputs = b.outputs_for('test/test-a.html', target_type='image')
128 outputs = b.outputs_for('test', target_type=None)
Dtestoutputset.py102 target_type = kwargs.get('target_type', None)
116 outputs = filter(lambda r: target_type in [None, r.type()], outputs)
/external/v8/src/mips/
Dmacro-assembler-mips.h120 #define DECLARE_RELOC_PROTOTYPE(Name, target_type) \ argument
121 void Name(target_type target, \
125 target_type target, \
129 void Name(target_type target, \
134 target_type target, \
141 #define DECLARE_NORELOC_PROTOTYPE(Name, target_type) \ argument
142 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
143 inline void Name(BranchDelaySlot bd, target_type target) { \
146 void Name(target_type target, \
150 target_type target, \
/external/webkit/Tools/gdb/
Dwebkit.py309 target_type = str(val.type.target().strip_typedefs())
310 if target_type == str(node_type):
323 print 'Sorry: I don\'t know how to deal with %s yet.' % target_type
/external/kernel-headers/original/linux/
Ddm-ioctl.h158 char target_type[DM_MAX_TYPE_NAME]; member
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.cc1569 GtkSelectionData* selection_data, guint target_type, guint time) { in HandleDragDataReceived() argument
1600 guint target_type, in HandleDragDataGet() argument
1607 switch (target_type) { in HandleDragDataGet()