Searched refs:Union (Results 151 - 175 of 219) sorted by relevance

123456789

/external/chromium_org/sync/sessions/
H A Dmodel_type_registry.cc260 return Union(GetEnabledDirectoryTypes(), GetEnabledNonBlockingTypes());
/external/chromium_org/third_party/icu/source/i18n/
H A Didentifier_info.cpp159 fRequiredScripts->Union(scriptsForCP);
/external/chromium_org/ui/views/layout/
H A Dbox_layout.cc280 child_area_bounds.Union(child_bounds);
/external/chromium_org/v8/src/
H A Dtypes.cc34 typename TypeImpl<Config>::Limits TypeImpl<Config>::Union( function in class:v8::internal::TypeImpl
477 // Union(Constant(V), T)->NowIs(Class(M))
598 // Union and intersection
665 Union(Limits(range->AsRange()), Limits(old_range->AsRange())), region);
739 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Union( function in class:v8::internal::TypeImpl
775 range = RangeType::New(Union(Limits(range1), Limits(range2)), region);
H A Dhydrogen-load-elimination.cc475 // Union these effects with the other effects.
476 void Union(HLoadEliminationEffects* that, Zone* zone) { function in class:v8::internal::HLoadEliminationEffects
H A Dunique.h248 UniqueSet<T>* Union(const UniqueSet<T>* that, Zone* zone) const { function in class:v8::internal::FINAL
H A Dast.cc695 result = result.Union(children->at(i)->CaptureRegisters());
717 return self.Union(body()->CaptureRegisters());
H A Dhydrogen-check-elimination.cc341 this_entry->maps_->Union(that_entry->maps_, zone);
849 // Union these effects with the other effects.
850 void Union(HCheckMapsEffects* that, Zone* zone) { function
/external/icu/icu4c/source/i18n/
H A Didentifier_info.cpp154 fRequiredScripts->Union(scriptsForCP);
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc311 tile->dirty_rect.Union(bound);
429 update_rect->Union(tile->dirty_rect);
449 paint_rect->Union(tile->dirty_rect);
H A Dlayer.cc802 update_rect_.Union(dirty_rect);
994 update_rect_.Union(layer->update_rect());
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc325 bounds->Union(bounds_for_step);
H A Dtransform_operation.cc427 bounds->Union(box_for_arc);
/external/chromium_org/cc/resources/
H A Dpicture_pile_impl.cc266 total_clip.Union(positive_clip);
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc145 damaged_rect_.Union(invalidate_rect);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y412 $$ = new Union;
/external/chromium_org/ui/gfx/geometry/
H A Dbox_unittest.cc50 TEST(BoxTest, Union) {
/external/openfst/src/include/fst/
H A Dinterval-set.h97 void Union(const IntervalSet<T> &iset) { function in class:fst::IntervalSet
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp339 rect.Union(pObj->GetBBox(&matrix));
347 rect.Union(GetElmBBox(pChildElement));
429 rect.Union(objRect);
488 rect.Union(objRect);
H A Dautoreflow.cpp405 plastCell->m_BBox.Union(pCell->m_BBox);
578 pCell->m_BBox.Union(ObjBBox);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc362 syncer::Union(active_types, clean_first_types),
407 syncer::Union(crypto_types, clean_first_types);
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc230 Type* maybe_string = Type::Union(Type::String(), Type::Receiver(), zone());
314 Type* maybe_string = Type::Union(Type::String(), Type::Receiver(), zone());
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp34 void FX_RECT::Union(const FX_RECT& other_rect)
100 void CFX_FloatRect::Union(const CFX_FloatRect& other_rect)
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.cc372 Union(types,
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp815 rect.Union(rect1);

Completed in 1773 milliseconds

123456789