OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_interface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
host_zoom_map_impl.cc
84
void HostZoomMapImpl::CopyFrom(HostZoomMap*
copy_interface
) {
90
HostZoomMapImpl* copy = static_cast<HostZoomMapImpl*>(
copy_interface
);
/external/libusb-compat/libusb/
core.c
446
static int
copy_interface
(struct usb_interface *dest,
function
486
int r =
copy_interface
(dest->interface + i, &src->interface[i]);
Completed in 49 milliseconds