Searched refs:location_data (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc62 web_event->x = event->location_data->in_view_location->x;
63 web_event->y = event->location_data->in_view_location->y;
70 if (!event->location_data->screen_location.is_null()) {
71 web_event->globalX = event->location_data->screen_location->x;
72 web_event->globalY = event->location_data->screen_location->y;
155 web_event->x = event->location_data->in_view_location->x;
156 web_event->y = event->location_data->in_view_location->y;
159 if (!event->location_data->screen_location.is_null()) {
160 web_event->globalX = event->location_data->screen_location->x;
161 web_event->globalY = event->location_data
[all...]
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc63 capture_point_ = *event.location_data->in_view_location;
72 (event.location_data->in_view_location->y < last_drag_point_.y ||
73 event.location_data->in_view_location->x > last_drag_point_.x)
77 last_drag_point_, *event.location_data->in_view_location));
80 last_drag_point_ = *event.location_data->in_view_location;
92 capture_point_, *event.location_data->in_view_location), delta);
H A Dsample_app.cc68 if (event->location_data && event->location_data->in_view_location)
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dinput_events_type_converters.cc103 LocationDataPtr location_data(LocationData::New());
104 location_data->in_view_location = Point::From(located_event->location());
106 location_data->screen_location =
110 event->location_data = location_data.Pass();
167 if (!input->location_data.is_null() &&
168 !input->location_data->in_view_location.is_null()) {
169 location = input->location_data->in_view_location.To<gfx::Point>();
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dpepper_container_app.cc82 if (!event->location_data.is_null()) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1498 DataExtractor& location_data,
1506 location_data.Clear();
1518 location_data.SetData(debug_info, block_offset, block_size);
1529 return DWARFLocationList::Extract(dwarf2Data->get_debug_loc_data(), &debug_loc_offset, location_data);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp901 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
H A DSemaTemplateVariadic.cpp392 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
H A DSemaExprCXX.cpp152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
H A DSemaTemplate.cpp1565 NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
H A DTreeTransform.h3111 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
H A DSemaDecl.cpp4354 NestedNameSpecifierLoc SpecLoc(SS.getScopeRep(), SS.location_data());
/external/clang/include/clang/Sema/
H A DDeclSpec.h204 char *location_data() const { return Builder.getBuffer().first; } function in class:clang::CXXScopeSpec

Completed in 354 milliseconds