Searched refs:is_internal (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ui/events/
H A Dtouchscreen_device.cc14 bool is_internal)
15 : id(id), size(size), is_internal(is_internal) {
12 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal) argument
H A Dtouchscreen_device.h17 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/
H A Dpepper_plugin_info.h46 bool is_internal; member in struct:content::PepperPluginInfo
61 // When is_internal is set, this contains the function pointers to the
H A Dpepper_plugin_info.cc18 : is_internal(false),
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp172 bool is_internal = true; local
178 is_internal = false;
182 return is_internal;
H A DBreakpointList.cpp21 BreakpointList::BreakpointList (bool is_internal) : argument
25 m_is_internal (is_internal)
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h36 BreakpointList (bool is_internal);
/external/lldb/include/lldb/Target/
H A DLanguageRuntime.h80 bool is_internal = false);
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h91 bool is_internal);
H A DItaniumABILanguageRuntime.cpp399 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);
396 CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/external/chromium_org/ui/events/x/
H A Dhotplug_event_handler_x11.cc172 bool is_internal = local
175 x11_devices[i].deviceid, gfx::Size(width, height), is_internal));
/external/lldb/source/Target/
H A DLanguageRuntime.cpp267 bool is_internal)
272 BreakpointSP exc_breakpt_sp (target.CreateBreakpoint (filter_sp, resolver_sp, is_internal));
273 if (is_internal)
263 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DThreadPlanCallFunction.cpp406 bool is_internal = true; local
415 is_internal = false;
419 if (is_internal)
H A DThreadPlanStepRange.cpp362 const bool is_internal = true; local
364 m_next_branch_bp_sp = GetTarget().CreateBreakpoint(run_to_address, is_internal);
/external/chromium_org/ash/touch/
H A Dtouchscreen_util.cc18 if (devices[i].is_internal) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_registry.cc124 if (current.is_internal) {
/external/chromium_org/extensions/browser/api/system_display/
H A Ddisplay_info_provider.cc44 unit->is_internal = display.IsInternal();
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.cc56 nacl.is_internal = true;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp335 const bool is_internal = true; local
343 is_internal);
/external/chromium_org/extensions/common/permissions/
H A Dapi_permission_set.cc35 permission_info->is_internal()) {
H A Dapi_permission.h333 bool is_internal() const { function in class:extensions::APIPermissionInfo
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc176 nacl.is_internal = true;
309 info.is_internal = true;
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Dsystem_display_apitest.cc154 unit->is_internal = id == 0 ? true : false;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc126 bool is_internal = GetDisplayManager()->IsInternalDisplayId(display_id); local
137 "isBest", is_internal ? (mode.ui_scale == 1.0f) : mode.native);
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc125 plugin_info->is_internal = false;

Completed in 771 milliseconds

12