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

  /external/chromium_org/content/browser/compositor/
software_output_device_x11.h 31 XWindowAttributes attributes_; member in class:content::SoftwareOutputDeviceX11
software_output_device_x11.cc 26 if (!XGetWindowAttributes(display_, compositor_->widget(), &attributes_)) {
54 int bpp = gfx::BitsPerPixelForPixmapDepth(display_, attributes_.depth);
96 XRenderFindVisualFormat(display_, attributes_.visual);
123 attributes_.visual,
124 attributes_.depth,
  /external/chromium_org/content/common/mac/
attributed_string_coder.h 72 return attributes_;
74 std::vector<FontAttribute>* attributes() { return &attributes_; }
80 std::vector<FontAttribute> attributes_; member in class:mac::AttributedStringCoder::EncodedString
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 35 base::scoped_nsobject<NSDictionary> attributes_; member in class:KeywordHintDecoration
bubble_decoration.h 58 base::scoped_nsobject<NSMutableDictionary> attributes_; member in class:BubbleDecoration
origin_chip_decoration.h 62 base::scoped_nsobject<NSMutableDictionary> attributes_; member in class:OriginChipDecoration
  /external/chromium_org/sandbox/win/src/
app_container.h 47 std::vector<SID_AND_ATTRIBUTES> attributes_; member in class:sandbox::AppContainerAttributes
app_container.cc 46 for (size_t i = 0; i < attributes_.size(); i++)
47 LocalFree(attributes_[i].Sid);
55 DCHECK(attributes_.empty());
67 attributes_.push_back(sid_and_attributes);
72 capabilities_.Capabilities = &attributes_[0];
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 92 attributes_(attributes),
102 DCHECK(!attributes_.shareResources);
105 share_group_ = attributes_.shareResources
136 if (gl_ && attributes_.webGL)
166 ConvertAttributes(attributes_, &attribs_for_gles2);
234 if (attributes_.noAutomaticFlushes)
webgraphicscontext3d_command_buffer_impl.h 191 blink::WebGraphicsContext3D::Attributes attributes_; member in class:content::WebGraphicsContext3DCommandBufferImpl
  /external/chromium_org/ui/gfx/
render_text_mac.h 82 base::ScopedCFTypeRef<CFMutableArrayRef> attributes_; member in class:gfx::RenderTextMac
render_text_mac.cc 103 attributes_.reset();
203 // attribute objects do not leak, they are saved to |attributes_|.
205 attributes_.reset(CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks));
217 CFArrayAppendValue(attributes_, foreground);
226 CFArrayAppendValue(attributes_, underline_value);
238 CFArrayAppendValue(attributes_, styled_font);
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 453 attributes_.append("\n------------\n");
454 attributes_.append(GetAttributes(object));
457 std::string attributes() const { return attributes_; }
460 std::string attributes_; member in class:content::__anon12519::AttributesCollector
    [all...]
  /art/compiler/dex/
mir_graph.h 880 return attributes_ & METHOD_IS_LEAF;
1187 unsigned int attributes_; member in class:art::MIRGraph
    [all...]
ssa_transformation.cc 219 attributes_ |= METHOD_HAS_LOOP;
mir_dataflow.cc 1091 attributes_ &= ~METHOD_IS_LEAF;
    [all...]
mir_graph.cc 114 attributes_(METHOD_IS_LEAF), // Start with leaf assumption, change on encountering invoke.
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
    [all...]

Completed in 305 milliseconds