Searched defs:operator (Results 176 - 200 of 4330) sorted by path

1234567891011>>

/external/chromium_org/cc/base/
H A Dscoped_ptr_vector_unittest.cc24 bool operator()(const Data* data) { return (data->data() % 2) == 1; }
H A Dsimple_enclosed_region.h31 const SimpleEnclosedRegion& operator=(const gfx::Rect& rect) {
35 const SimpleEnclosedRegion& operator=(const SimpleEnclosedRegion& region) {
86 inline bool operator==(const SimpleEnclosedRegion& a,
91 inline bool operator!=(const SimpleEnclosedRegion& a,
H A Dtiling_data.cc339 TilingData::Iterator& TilingData::Iterator::operator++() {
414 TilingData::DifferenceIterator& TilingData::DifferenceIterator::operator++() {
562 operator++() {
H A Dtiling_data.h70 operator bool() const { return index_x_ != -1 && index_y_ != -1; }
97 Iterator& operator++();
112 DifferenceIterator& operator++();
140 SpiralDifferenceIterator& operator++();
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller.cc51 result_type operator()(argument_type benchmark) const {
H A Dmicro_benchmark_controller_impl.cc22 result_type operator()(argument_type benchmark) const {
H A Dring_buffer.h58 const T* operator->() const { return &buffer_.ReadBuffer(index_); }
59 const T* operator*() const { return &buffer_.ReadBuffer(index_); }
61 Iterator& operator++() {
68 Iterator& operator--() {
75 operator bool() const {
/external/chromium_org/cc/input/
H A Dlayer_selection_bound.cc16 bool operator==(const LayerSelectionBound& lhs,
22 bool operator!=(const LayerSelectionBound& lhs,
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc107 bool operator()(const ScopedResource* resource) {
H A Dlayer_iterator.h122 LayerIteratorType& operator++() {
126 bool operator==(const LayerIterator& other) const {
131 bool operator!=(const LayerIteratorType& other) const {
135 LayerType* operator->() const { return current_layer(); }
136 LayerType* operator*() const { return current_layer(); }
154 operator const LayerIteratorPosition<LayerType>() const {
H A Dlayer_lists.cc38 scoped_refptr<Layer>& RenderSurfaceLayerList::operator[](size_t i) {
41 const scoped_refptr<Layer>& RenderSurfaceLayerList::operator[](size_t i) const {
H A Dlayer_position_constraint.cc15 bool LayerPositionConstraint::operator==(
24 bool LayerPositionConstraint::operator!=(
H A Dpicture_layer_impl.cc1614 PictureLayerImpl::LayerRasterTileIterator::operator bool() const {
1620 operator++() {
1635 Tile* PictureLayerImpl::LayerRasterTileIterator::operator*() {
1645 const Tile* PictureLayerImpl::LayerRasterTileIterator::operator*() const {
1702 Tile* PictureLayerImpl::LayerEvictionTileIterator::operator*() {
1707 const Tile* PictureLayerImpl::LayerEvictionTileIterator::operator*() const {
1714 operator++() {
1729 PictureLayerImpl::LayerEvictionTileIterator::operator bool() const {
/external/chromium_org/cc/output/
H A Dbsp_walk_action.cc15 void BspWalkActionToVector::operator()(DrawPolygon* item) {
H A Dfilter_operation.cc15 bool FilterOperation::operator==(const FilterOperation& other) const {
H A Dfilter_operation.h161 bool operator==(const FilterOperation& other) const;
163 bool operator!=(const FilterOperation& other) const {
H A Dfilter_operations.cc22 FilterOperations& FilterOperations::operator=(const FilterOperations& other) {
27 bool FilterOperations::operator==(const FilterOperations& other) const {
H A Dfilter_operations.h32 FilterOperations& operator=(const FilterOperations& other);
34 bool operator==(const FilterOperations& other) const;
36 bool operator!=(const FilterOperations& other) const {
H A Dmanaged_memory_policy.cc35 bool ManagedMemoryPolicy::operator==(const ManagedMemoryPolicy& other) const {
41 bool ManagedMemoryPolicy::operator!=(const ManagedMemoryPolicy& other) const {
H A Dviewport_selection_bound.cc16 bool operator==(const ViewportSelectionBound& lhs,
22 bool operator!=(const ViewportSelectionBound& lhs,
/external/chromium_org/cc/quads/
H A Dlist_container.cc192 operator==(const typename ListContainer<
201 operator!=(const typename ListContainer<
454 BaseElementType* ListContainer<BaseElementType>::Iterator::operator->() const {
459 BaseElementType& ListContainer<BaseElementType>::Iterator::operator*() const {
466 operator++(int unused_post_increment) {
468 operator++();
475 operator++() {
502 operator->() const {
508 operator*() const {
515 operator
[all...]
H A Drender_pass_id.h22 bool operator==(const RenderPassId& other) const {
25 bool operator!=(const RenderPassId& other) const { return !(*this == other); }
26 bool operator<(const RenderPassId& other) const {
/external/chromium_org/cc/resources/
H A Deviction_tile_priority_queue.cc16 bool operator()(
H A Dlayer_tiling_data.cc51 const LayerTilingData& LayerTilingData::operator=
H A Dpicture.cc500 Picture::PixelRefIterator& Picture::PixelRefIterator::operator++() {

Completed in 619 milliseconds

1234567891011>>