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

  /external/chromium_org/chrome/common/extensions/features/
api_feature.h 17 virtual bool IsInternal() const OVERRIDE;
api_feature.cc 15 bool APIFeature::IsInternal() const {
complex_feature.h 50 virtual bool IsInternal() const OVERRIDE;
complex_feature.cc 68 bool ComplexFeature::IsInternal() const {
feature.h 112 virtual bool IsInternal() const = 0;
simple_feature.h 89 virtual bool IsInternal() const OVERRIDE;
simple_feature.cc 440 bool SimpleFeature::IsInternal() const {
  /external/chromium_org/ash/display/
event_transformation_handler.cc 53 if (!display.IsInternal())
display_controller.cc 118 int internal = display.IsInternal() ? 1 : 0;
440 if (primary.IsInternal() ||
    [all...]
display_manager.cc 656 if (display->IsInternal()) {
  /external/chromium_org/ui/gfx/
display.h 98 bool IsInternal() const;
display.cc 135 IsInternal() ? "internal" : "external");
138 bool Display::IsInternal() const {
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 87 unit->is_internal = display.IsInternal();
301 if (display.IsInternal()) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 190 js_display->SetBoolean("isInternal", display.IsInternal());
195 if (display.IsInternal()) {
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 203 if (!display.IsInternal() &&
  /external/chromium_org/ui/aura/
root_window_host_x11.cc     [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 691 if (feature->IsInternal())
    [all...]

Completed in 770 milliseconds