HomeSort by relevance Sort by last modified time
    Searched full:position_changed (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 31 // or Updated items with the |position_changed| parameter set to true),
63 // ChangeRecord. Also, if |position_changed| is true, all siblings of this
66 void PushUpdatedItem(int64 id, bool position_changed) {
67 operations_[id] = position_changed ? OP_UPDATE_POSITION_AND_PROPERTIES :
100 OP_UPDATE_PROPERTIES_ONLY, // UpdatedItem with position_changed=0.
101 OP_UPDATE_POSITION_AND_PROPERTIES, // UpdatedItem with position_changed=1.
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h 53 static void position_changed(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*, GeolocationServiceGtk*);
GeolocationServiceGtk.cpp 123 G_CALLBACK(position_changed), this);
188 position_changed(position, fields, timestamp, latitude, longitude, altitude, accuracy, that);
191 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that) function in class:WebCore::GeolocationServiceGtk
  /external/v8/src/
liveedit-debugger.js 426 break_points_update_report.push( { type: "position_changed",
    [all...]

Completed in 71 milliseconds