HomeSort by relevance Sort by last modified time
    Searched defs:is_public (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/extensions/api/plugins/
plugins_handler.h 24 bool is_public; // False if only this extension can load this plugin. member in struct:extensions::PluginInfo
plugins_handler.cc 38 : path(plugin_path), is_public(plugin_is_public) {
93 bool is_public = false; local
95 if (!plugin_value->GetBoolean(keys::kPluginsPublic, &is_public)) {
116 is_public));
  /external/chromium_org/tools/gn/
header_checker.h 35 ChainLink() : target(NULL), is_public(false) {}
36 ChainLink(const Target* t, bool p) : target(t), is_public(p) {}
41 bool is_public; member in struct:HeaderChecker::ChainLink
45 return target == other.target && is_public == other.is_public;
75 TargetInfo() : target(NULL), is_public(false), is_generated(false) {}
78 is_public(is_pub),
85 bool is_public; member in struct:HeaderChecker::TargetInfo
header_checker.cc 28 PublicGeneratedPair() : is_public(false), is_generated(false) {}
29 bool is_public; member in struct:__anon21078::PublicGeneratedPair
107 if (i == static_cast<int>(chain.size()) - 1 || chain[i - 1].is_public)
218 files_to_public[file].is_public = default_public;
228 files_to_public[file].is_public = true;
242 pair->is_public = true;
251 target, i->second.is_public, i->second.is_generated));
361 if (targets[i].is_public && is_permitted_chain) {
368 if (!targets[i].is_public) {
  /abi/cpp/include/
cxxabi.h 120 is_public() const { return (__offset_flags & __public_mask) != 0; } function in struct:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 122 is_public() const { return (__offset_flags & __public_mask) != 0; } function in struct:__cxxabiv1::__base_class_type_info
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 120 is_public() const { return (__offset_flags & __public_mask) != 0; } function in struct:__cxxabiv1::__base_class_type_info
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi_defines.h 106 bool is_public() const { function in struct:__cxxabiv1::__base_class_type_info

Completed in 317 milliseconds