/external/chromium/chrome/browser/ui/views/infobars/ |
link_infobar.cc | 21 link_(NULL), 39 gfx::Size link_size = link_->GetPreferredSize(); 40 link_->SetBounds(label_1_->bounds().right(), OffsetY(link_size), 45 label_2_->SetBounds(link_->bounds().right(), OffsetY(label_2_size), 58 link_ = CreateLink(delegate->GetLinkText(), this, 60 AddChildView(link_); 72 DCHECK(link_ != NULL); 73 DCHECK_EQ(link_, source);
|
confirm_infobar.cc | 25 link_(NULL) { 54 if (link_ != NULL) { 55 gfx::Size link_size = link_->GetPreferredSize(); 57 link_->SetBounds(EndX() - link_width, OffsetY(link_size), link_width, 86 link_ = CreateLink(link_text, this, background()->get_color()); 87 AddChildView(link_); 111 int width = (link_ == NULL) ? 0 : kEndOfLabelSpacing; // Space before link 122 DCHECK(link_ != NULL); 123 DCHECK_EQ(link_, source);
|
link_infobar.h | 33 views::Link* link_; member in class:LinkInfoBar
|
confirm_infobar.h | 43 views::Link* link_; member in class:ConfirmInfoBar
|
/external/chromium/base/memory/ |
linked_ptr.h | 121 bool last = link_.depart(); 144 linked_ptr_internal link_; member in class:linked_ptr 147 if (link_.depart()) delete value_; 152 link_.join_new(); 158 link_.join(&ptr->link_); 160 link_.join_new();
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 178 bool last = link_.depart(); 201 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 204 if (link_.depart()) delete value_; 209 link_.join_new(); 215 link_.join(&ptr->link_); 217 link_.join_new();
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 178 bool last = link_.depart(); 201 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 204 if (link_.depart()) delete value_; 209 link_.join_new(); 215 link_.join(&ptr->link_); 217 link_.join_new();
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 192 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 195 if (link_.depart()) delete value_; 200 link_.join_new(); 206 link_.join(&ptr->link_); 208 link_.join_new();
|
/external/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 192 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 195 if (link_.depart()) delete value_; 200 link_.join_new(); 206 link_.join(&ptr->link_); 208 link_.join_new();
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 192 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 195 if (link_.depart()) delete value_; 200 link_.join_new(); 206 link_.join(&ptr->link_); 208 link_.join_new();
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-linked_ptr.h | 96 // Many linked_ptr operations may change p.link_ for some linked_ptr 192 linked_ptr_internal link_; member in class:testing::internal::linked_ptr 195 if (link_.depart()) delete value_; 200 link_.join_new(); 206 link_.join(&ptr->link_); 208 link_.join_new();
|
/external/chromium/chrome/browser/ui/views/ |
fullscreen_exit_bubble.cc | 45 views::Link link_; member in class:FullscreenExitBubble::FullscreenExitView 53 link_.set_parent_owned(false); 55 link_.SetText( 59 link_.SetText( 62 link_.SetController(bubble); 63 link_.SetFont(ResourceBundle::GetSharedInstance().GetFont( 65 link_.SetNormalColor(SK_ColorWHITE); 66 link_.SetHighlightedColor(SK_ColorWHITE); 67 AddChildView(&link_); 74 gfx::Size preferred_size(link_.GetPreferredSize()) [all...] |
page_info_bubble_view.cc | 75 views::Link* link_; member in class:__anon4678::Section 260 link_(NULL) { 282 link_ = new views::Link( 284 link_->SetController(this); 285 AddChildView(link_); 337 if (info_.type == PageInfoModel::SECTION_INFO_IDENTITY && link_) { 338 size = link_->GetPreferredSize(); 340 link_->SetBounds(x, y, size.width(), size.height());
|
content_setting_bubble_contents.cc | 64 views::Link* link_; member in class:ContentSettingBubbleContents::Favicon 76 link_(link) { 92 parent_->LinkActivated(link_, event.flags());
|
/external/ceres-solver/internal/ceres/gtest/ |
gtest.h | 9146 linked_ptr_internal link_; member in class:testing::internal::linked_ptr [all...] |