Searched defs:is_internal (Results 1 - 16 of 16) sorted by relevance

/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
/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/Breakpoint/
H A DBreakpointList.cpp21 BreakpointList::BreakpointList (bool is_internal) : argument
25 m_is_internal (is_internal)
H A DBreakpointLocationCollection.cpp172 bool is_internal = true; local
178 is_internal = false;
182 return is_internal;
/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/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
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/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/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.h333 bool is_internal() const { function in class:extensions::APIPermissionInfo
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py281 # is_internal boolean Is only used internally (simpler setup)
291 is_internal = 0 variable in class:Scope
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c202 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon11776
2335 else if (!entity->is_internal)
4292 declEntity->is_internal = !(parentParser || openInternalEntities);
4324 declEntity->is_internal = !(parentParser || openInternalEntities);
4503 else if (!entity->is_internal)
5033 else if (!entity->is_internal)
5944 newE->is_internal = oldE->is_internal;
/external/expat/lib/
H A Dxmlparse.c202 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon21360
2335 else if (!entity->is_internal)
4292 declEntity->is_internal = !(parentParser || openInternalEntities);
4324 declEntity->is_internal = !(parentParser || openInternalEntities);
4503 else if (!entity->is_internal)
5033 else if (!entity->is_internal)
5944 newE->is_internal = oldE->is_internal;

Completed in 1538 milliseconds