Searched refs:page_action_views_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc295 size_t count_before = page_action_views_.size();
297 if (page_action_views_.size() != count_before) {
309 size_t count_before = page_action_views_.size();
311 if (page_action_views_.size() != count_before) {
364 for (PageActionViews::const_iterator i(page_action_views_.begin());
365 i != page_action_views_.end(); ++i) {
495 for (PageActionViews::const_iterator i(page_action_views_.begin());
496 i != page_action_views_.end(); ++i) {
570 for (PageActionViews::const_iterator i(page_action_views_.begin());
571 i != page_action_views_
[all...]
H A Dlocation_bar_view.h392 PageActionViews page_action_views_; member in class:LocationBarView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc535 size_t count_before = page_action_views_.size();
538 if (page_action_views_.size() != count_before) {
550 size_t count_before = page_action_views_.size();
552 if (page_action_views_.size() != count_before) {
608 for (PageActionViews::const_iterator i(page_action_views_.begin());
609 i != page_action_views_.end(); ++i) {
774 for (PageActionViews::const_iterator i(page_action_views_.begin());
775 i != page_action_views_.end(); ++i) {
1135 for (PageActionViews::const_iterator i(page_action_views_.begin());
1136 i != page_action_views_
[all...]
H A Dlocation_bar_view.h416 // after layout, so the |page_action_views_| have their bounds.
508 PageActionViews page_action_views_; member in class:LocationBarView
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc625 page_action_views_.begin(); iter != page_action_views_.end();
639 page_action_views_.begin();
640 iter != page_action_views_.end();
900 page_action_views_.clear();
903 page_action_views_.push_back(
906 page_action_views_[i]->widget(), FALSE, FALSE, 0);
914 if (!page_action_views_.empty() && contents) {
917 for (size_t i = 0; i < page_action_views_.size(); i++) {
918 page_action_views_[
[all...]
H A Dlocation_bar_view_gtk.h461 ScopedVector<PageActionViewGtk> page_action_views_; member in class:LocationBarViewGtk
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc421 page_action_views_.begin(); iter != page_action_views_.end();
435 page_action_views_.begin();
436 iter != page_action_views_.end();
649 if (page_actions.size() != page_action_views_.size()) {
650 page_action_views_.reset(); // Delete the old views (if any).
653 page_action_views_.push_back(
656 page_action_views_[i]->widget(), FALSE, FALSE, 0);
665 if (!page_action_views_.empty() && contents) {
668 for (size_t i = 0; i < page_action_views_
[all...]
H A Dlocation_bar_view_gtk.h387 ScopedVector<PageActionViewGtk> page_action_views_; member in class:LocationBarViewGtk

Completed in 136 milliseconds