/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.h | 39 void set_preview_enabled(bool preview_enabled) { 40 preview_enabled_ = preview_enabled;
|
location_bar_view.h | 136 // Sets |preview_enabled| for the PageAction View associated with this 137 // |page_action|. If |preview_enabled| is true, the view will display the 142 bool preview_enabled);
|
location_bar_view.cc | 340 bool preview_enabled) { 354 page_action_view->image_view()->set_preview_enabled(preview_enabled); [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
page_action_image_view.h | 48 void set_preview_enabled(bool preview_enabled) { 49 preview_enabled_ = preview_enabled;
|
location_bar_view.h | 180 // Sets |preview_enabled| for the PageAction View associated with this 181 // |page_action|. If |preview_enabled| is true, the view will display the 186 bool preview_enabled);
|
location_bar_view.cc | 611 bool preview_enabled) { 625 page_action_view->image_view()->set_preview_enabled(preview_enabled); [all...] |
/device/lge/mako/camera/QCamera/HAL/wrapper/ |
QualcommCamera.h | 66 int preview_enabled(struct camera_device *);
|
QualcommCamera.cpp | 88 preview_enabled: android::preview_enabled, 324 int preview_enabled(struct camera_device * device) function in namespace:android
|
/device/lge/mako/camera/ |
QualcommCamera.h | 55 int preview_enabled(struct camera_device *);
|
QualcommCamera2.h | 68 int preview_enabled(struct camera_device *);
|
QualcommCamera2.cpp | 88 preview_enabled: android::preview_enabled, 343 int preview_enabled(struct camera_device * device) function in namespace:android
|
QualcommCamera.cpp | 77 preview_enabled: android::preview_enabled, 507 int preview_enabled(struct camera_device * device) function in namespace:android
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 34 bool preview_enabled() const { return preview_enabled_; } function in class:PageActionDecoration
|
location_bar_view_mac.h | 110 // |page_action|. If |preview_enabled|, the location bar will display the 115 bool preview_enabled);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 39 bool preview_enabled() const { return preview_enabled_; } function in class:PageActionDecoration
|
location_bar_view_mac.h | 121 // |page_action|. If |preview_enabled|, the location bar will display the 126 bool preview_enabled);
|
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.h | 72 // Sets |preview_enabled| for the PageActionViewGtk associated with this 73 // |page_action|. If |preview_enabled| is true, the view will display the 78 bool preview_enabled); 224 void set_preview_enabled(bool preview_enabled) { 225 preview_enabled_ = preview_enabled;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
location_bar_view_gtk.h | 80 // Sets |preview_enabled| for the PageActionViewGtk associated with this 81 // |page_action|. If |preview_enabled| is true, the view will display the 86 bool preview_enabled); 227 void set_preview_enabled(bool preview_enabled) { 228 preview_enabled_ = preview_enabled;
|
/device/generic/goldfish/camera/ |
EmulatedCamera.h | 165 /* Actual handler for camera_device_ops_t::preview_enabled callback. 322 static int preview_enabled(struct camera_device* dev);
|
EmulatedCamera.cpp | 765 int EmulatedCamera::preview_enabled(struct camera_device* dev) function in class:android::EmulatedCamera 953 EmulatedCamera::preview_enabled, [all...] |
/hardware/libhardware/include/hardware/ |
camera.h | 151 int (*preview_enabled)(struct camera_device *); member in struct:camera_device_ops
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 217 if (mDevice->ops->preview_enabled) 218 return mDevice->ops->preview_enabled(mDevice);
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.h | 183 static int preview_enabled(struct camera_device *);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.h | 183 static int preview_enabled(struct camera_device *);
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 550 camera_ops->preview_enabled = camera_preview_enabled;
|