Home | History | Annotate | Download | only in device_orientation

Lines Matching refs:orientation

14 #include "content/browser/device_orientation/orientation.h"
64 scoped_refptr<Orientation> orientation = new Orientation();
68 orientation->set_beta(value.fltVal);
74 orientation->set_gamma(value.fltVal);
80 orientation->set_alpha(value.fltVal);
84 orientation->set_absolute(true);
85 fetcher_->OnOrientationData(orientation.get());
123 void DataFetcherImplWin::OnOrientationData(Orientation* orientation) {
126 next_orientation_ = orientation;
135 const Orientation* DataFetcherImplWin::GetOrientation() {
141 return new Orientation();