HomeSort by relevance Sort by last modified time
    Searched refs:location_data (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/mojo/services/html_viewer/
blink_input_events_type_converters.cc 62 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->screen_location->y
    [all...]
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 63 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);
sample_app.cc 68 if (event->location_data && event->location_data->in_view_location)
  /external/chromium_org/mojo/services/public/cpp/input_events/lib/
input_events_type_converters.cc 103 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/
pepper_container_app.cc 82 if (!event->location_data.is_null()) {
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfoEntry.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp     [all...]
SemaTemplateVariadic.cpp 392 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
    [all...]
SemaExprCXX.cpp 152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 204 char *location_data() const { return Builder.getBuffer().first; } function in class:clang::CXXScopeSpec
    [all...]

Completed in 303 milliseconds