HomeSort by relevance Sort by last modified time
    Searched refs:is_internal (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ui/display/types/chromeos/
touchscreen_device.cc 14 bool is_internal)
17 is_internal(is_internal) {}
touchscreen_device.h 17 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal);
26 bool is_internal; member in struct:ui::TouchscreenDevice
  /external/chromium_org/content/public/common/
pepper_plugin_info.h 42 bool is_internal; member in struct:content::PepperPluginInfo
57 // When is_internal is set, this contains the function pointers to the
pepper_plugin_info.cc 18 : is_internal(false),
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 91 bool is_internal);
ItaniumABILanguageRuntime.cpp 399 bool is_internal)
405 return target.CreateBreakpoint (filter_sp, exception_resolver_sp, is_internal);
416 const bool is_internal = true; local
428 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
  /external/lldb/source/Breakpoint/
BreakpointLocationCollection.cpp 172 bool is_internal = true; local
178 is_internal = false;
182 return is_internal;
BreakpointList.cpp 21 BreakpointList::BreakpointList (bool is_internal) :
25 m_is_internal (is_internal)
  /external/lldb/include/lldb/Breakpoint/
BreakpointList.h 36 BreakpointList (bool is_internal);
  /external/lldb/include/lldb/Target/
LanguageRuntime.h 80 bool is_internal = false);
  /external/chromium_org/ui/display/chromeos/x11/
touchscreen_device_manager_x11.cc 152 bool is_internal = IsTouchscreenInternal(display_, info[i].deviceid); local
155 is_internal));
  /external/lldb/source/Target/
LanguageRuntime.cpp 267 bool is_internal)
272 BreakpointSP exc_breakpt_sp (target.CreateBreakpoint (filter_sp, resolver_sp, is_internal));
273 if (is_internal)
ThreadPlanCallFunction.cpp 406 bool is_internal = true; local
415 is_internal = false;
419 if (is_internal)
ThreadPlanStepRange.cpp 362 const bool is_internal = true; local
364 m_next_branch_bp_sp = GetTarget().CreateBreakpoint(run_to_address, is_internal);
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider.cc 39 unit->is_internal = display.IsInternal();
system_display_apitest.cc 151 unit->is_internal = id == 0 ? true : false;
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.cc 123 if (current.is_internal) {
  /external/chromium_org/ui/display/chromeos/
touchscreen_delegate_impl.cc 29 if (devices[i].is_internal) {
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 335 const bool is_internal = true; local
343 is_internal);
  /external/chromium_org/extensions/common/permissions/
api_permission.h 323 bool is_internal() const { function in class:extensions::APIPermissionInfo
api_permission_set.cc 35 permission_info->is_internal()) {
  /external/chromium_org/v8/src/
frames.h 227 bool is_internal() const { return type() == INTERNAL; }
732 ASSERT(frame->is_internal());
  /external/chromium_org/chrome/browser/component_updater/
widevine_cdm_component_installer.cc 126 plugin_info->is_internal = false;
pepper_flash_component_installer.cc 222 plugin_info->is_internal = false;
  /external/chromium_org/chrome/common/
chrome_content_client.cc 314 info.is_internal = true;

Completed in 713 milliseconds

1 2