/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);
|
/device/lge/mako/camera/ |
QualcommCamera.h | 55 int preview_enabled(struct camera_device *);
|
QualcommCamera2.h | 68 int preview_enabled(struct camera_device *);
|
QualcommCamera.cpp | 77 preview_enabled: android::preview_enabled, 507 int preview_enabled(struct camera_device * device) function in namespace:android
|
QualcommCamera2.cpp | 88 preview_enabled: android::preview_enabled, 343 int preview_enabled(struct camera_device * device) function in namespace:android
|
/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
|
/frameworks/av/camera/ |
ICamera.cpp | 46 PREVIEW_ENABLED, 170 remote()->transact(PREVIEW_ENABLED, data, &reply); 349 case PREVIEW_ENABLED: { 350 ALOGV("PREVIEW_ENABLED");
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 110 // |page_action|. If |preview_enabled|, the location bar will display the 115 bool preview_enabled);
|
page_action_decoration.h | 34 bool preview_enabled() const { return preview_enabled_; } function in class:PageActionDecoration
|
location_bar_view_mac.mm | 346 ExtensionAction* page_action, bool preview_enabled) { 359 decoration->set_preview_enabled(preview_enabled);
|
/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 | 179 // Sets |preview_enabled| for the PageAction View associated with this 180 // |page_action|. If |preview_enabled| is true, the view will display the 185 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 | 81 // Sets |preview_enabled| for the PageActionViewGtk associated with this 82 // |page_action|. If |preview_enabled| is true, the view will display the 87 bool preview_enabled); 234 void set_preview_enabled(bool preview_enabled) { 235 preview_enabled_ = 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 | 119 // |page_action|. If |preview_enabled|, the location bar will display the 124 bool 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);
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.cc | 155 true); // preview_enabled 310 false); // preview_enabled
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.cc | 326 true); // preview_enabled 369 false); // preview_enabled
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 93 QCAMERA_API_RESULT_TYPE_ENABLE_FLAG, // msg_enabled, preview_enabled, recording_enabled
|
QCamera2HWI.h | 183 static int preview_enabled(struct camera_device *);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 93 QCAMERA_API_RESULT_TYPE_ENABLE_FLAG, // msg_enabled, preview_enabled, recording_enabled
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.cc | 184 true); // preview_enabled 400 false); // preview_enabled
|