/external/clang/lib/Driver/ |
ToolChain.cpp | 93 if (!Link) 94 Link.reset(buildLinker()); 95 return Link.get();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
InstallDependencyPage.java | 37 import org.eclipse.swt.widgets.Link; 61 private Link mLink; 103 mLink = new Link(container, SWT.NONE);
|
/external/chromium_org/cc/output/ |
program_binding.cc | 51 bool ProgramBindingBase::Link(GLES2Interface* context) {
|
/external/chromium_org/cc/resources/ |
prioritized_resource.h | 165 void Link(Backing* backing);
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
remove_performer_unittest.cc | 109 EXPECT_FALSE(gdata_entry->GetLinkByType(google_apis::Link::LINK_PARENT));
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.h | 43 class Link; 204 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 217 // The sign in link. 218 views::Link* link_; 395 // A view that contains a suggestion (such as a known address) and a link to 446 // An "Edit" link that flips to editable inputs rather than suggestion text. 447 views::Link* edit_link_;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_install_dialog_view.cc | 36 #include "ui/views/controls/link.h" 136 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 218 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 264 // The 'more details' link shown under the heading (changes to 'hide details' 266 views::Link* more_details_; 268 // The up/down arrow next to the 'more detail' link (points up/down depending 460 views::Link* store_link = new views::Link( 682 void ExtensionInstallDialogView::LinkClicked(views::Link* source, 798 views::Link* link = new views::Link local [all...] |
suspicious_extension_bubble_view.cc | 21 #include "ui/views/controls/link.h" 110 // To catch Esc, we monitor destroy message. Unless the link has been clicked, 210 learn_more_ = new views::Link(controller_->GetLearnMoreLabel()); 226 void SuspiciousExtensionBubbleView::LinkClicked(views::Link* source,
|
extension_installed_bubble_view.cc | 43 #include "ui/views/controls/link.h" 118 // or a link to configure the keybinding shortcut (if one exists). 195 manage_shortcut_ = new views::Link( 222 sign_in_link_ = new views::Link(signin_promo_link_text_); 248 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE { 339 // The link is the first item in the text. 373 // The link is drawn separately; make it transparent here to only draw once. 374 // The link always leads other text and is assumed to fit on the first line. 491 // The string that contains the link text at the beginning of the sign-in 498 // paragraph as layed out within the bubble, but has the text of the link [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
fullscreen_exit_bubble_views.cc | 26 #include "ui/views/controls/link.h" 42 // Space between the site info label and the buttons / link. 106 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 114 views::Link* link_; 153 link_ = new views::Link(); 157 // On CrOS, the link text doesn't change, since it doesn't show the shortcut. 212 views::Link* link,
|
new_avatar_menu_button_browsertest.cc | 114 static_cast<views::Link*>(
|
speech_recognition_bubble_views.cc | 26 #include "ui/views/controls/link.h" 64 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE; 84 views::Link* mic_settings_; 165 mic_settings_ = new views::Link( 225 void SpeechRecognitionBubbleView::LinkClicked(views::Link* source,
|
tab_modal_confirm_dialog_views.cc | 84 void TabModalConfirmDialogViews::LinkClicked(views::Link* source,
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
alternate_nav_infobar_view.cc | 11 #include "ui/views/controls/link.h" 79 void AlternateNavInfoBarView::LinkClicked(views::Link* source,
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_dir.cc | 80 node->Link();
|
/external/chromium_org/native_client_sdk/src/tools/ |
host_vc.mk | 19 HOST_LINK ?= link.exe /nologo 87 # Link Macro 99 $(call LOG,LINK,$$@,$(HOST_LINK) /DLL /OUT:$(1) /PDB:$(1).pdb $(2) /DEBUG $(foreach path,$(5),/LIBPATH:$(path)/$(OSNAME)_x86_32_host/$(CONFIG)) $(foreach lib,$(3),$(lib).lib) $(6)) 104 # Link Macro
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 41 -llibname Library to link against 380 # in Link. 467 open_tag Link 475 close_tag Link 478 open_tag Link 481 close_tag Link
|
/external/chromium/chrome/browser/ui/views/ |
fullscreen_exit_bubble.cc | 38 static const int kPaddingPixels; // Number of pixels around all sides of link 45 views::Link link_; 169 void FullscreenExitBubble::LinkActivated(views::Link* source, int event_flags) {
|
sad_tab_view.cc | 65 new views::Link(UTF16ToWide(l10n_util::GetStringUTF16(IDS_LEARN_MORE))); 135 void SadTabView::LinkActivated(views::Link* source, int event_flags) { 141 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
|
/external/llvm/test/MC/ARM/ |
eh-directive-section.s | 81 @ CHECK: Link: 4 132 @ CHECK: Link: 9
|
/sdk/avdlauncher/ |
Android.mk | 34 # Link the Windows icon file as well into the executable, based on the technique
|
/sdk/find_java/ |
Android.mk | 47 # Link the Windows icon file as well into the executable, based on the technique
|
/sdk/find_lock/ |
Android.mk | 35 # Link the Windows icon file as well into the executable, based on the technique
|
/sdk/sdklauncher/ |
Android.mk | 34 # Link the Windows icon file as well into the executable, based on the technique
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
website_settings_popup_view.cc | 38 #include "ui/views/controls/link.h" 366 void WebsiteSettingsPopupView::LinkClicked(views::Link* source, 369 // certificate viewer opens. So delay handling of the link clicked to avoid 516 // The headline and the certificate dialog link of the site's identity 524 certificate_dialog_link_ = new views::Link( 570 cookie_dialog_link_ = new views::Link( 609 // Add help center link. 611 help_center_link_ = new views::Link( 629 views::Link* link) { [all...] |