Searched refs:prev_bounds (Results 1 – 3 of 3) sorted by relevance
147 std::vector<gfx::Rect> prev_bounds; in SetFocusedTextInputClient() local148 std::swap(composition_character_bounds_, prev_bounds); in SetFocusedTextInputClient()164 prev_bounds == composition_character_bounds_)) in SetFocusedTextInputClient()
37 virtual void OnBoundsChanged(const gfx::Rect& prev_bounds) OVERRIDE;
89 void TooltipIcon::OnBoundsChanged(const gfx::Rect& prev_bounds) { in OnBoundsChanged() argument