/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bubble_view.cc | 40 using views::Link; 192 remove_link_ = new Link(UTF16ToWide(l10n_util::GetStringUTF16( 295 void BookmarkBubbleView::LinkActivated(Link* source, int event_flags) {
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 25 #include "views/controls/link.h" 76 views::Link* InfoBarView::CreateLink(const string16& text, 79 views::Link* link = new views::Link; local 80 link->SetText(UTF16ToWideHack(text)); 81 link->SetFont( 83 link->SetHorizontalAlignment(views::Label::ALIGN_LEFT); 84 link->SetController(controller); 85 link->MakeReadableOverBackgroundColor(background_color) [all...] |
confirm_infobar.cc | 111 int width = (link_ == NULL) ? 0 : kEndOfLabelSpacing; // Space before link 121 void ConfirmInfoBar::LinkActivated(views::Link* source, int event_flags) {
|
/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);
|
task_manager_view.cc | 29 #include "views/controls/link.h" 297 virtual void LinkActivated(views::Link* source, int event_flags); 328 views::Link* about_memory_link_; 453 about_memory_link_ = new views::Link(UTF16ToWide( 487 // Since we want the Kill button and the Memory Details link to show up in 685 void TaskManagerView::LinkActivated(views::Link* source, int event_flags) {
|
about_chrome_view.cc | 265 // The Chromium link within the main text of the dialog. 266 chromium_url_ = new views::Link( 272 // The Open Source link within the main text of the dialog. 273 open_source_url_ = new views::Link( 317 terms_of_service_url_ = new views::Link( 447 views::Link* link1 = 449 views::Link* link2 = 643 void AboutChromeView::LinkActivated(views::Link* source, 654 NOTREACHED() << "Unknown link source"; 659 browser->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK); [all...] |
accessibility_event_router_views.cc | 24 #include "views/controls/link.h" 159 } else if (class_name == views::Link::kViewClassName) {
|
/sdk/avdlauncher/ |
Android.mk | 34 # 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
|
/sdk/ddms/app/src/com/android/ddms/ |
PrefsDialog.java | 54 import org.eclipse.swt.widgets.Link; 104 * @deprecated Callers should use {@link DdmsPreferenceStore} directly. 114 * @deprecated Callers should use {@link DdmsPreferenceStore} directly. 549 Link privacyPolicyLink = new Link(mTop, SWT.WRAP);
|
/external/llvm/lib/CodeGen/ |
ELFWriter.h | 164 SN->Link = ELF::SHN_UNDEF;
|
ELFWriter.cpp | 763 // 'Link' - Section hdr idx of the associated symbol table 766 RelSec.Link = SymTab.SectionIdx; 877 SHdrTab.emitWord32(SHdr.Link); [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 105 LD = link 175 Link {LDFLAGS} -o t_mddriver t_mddriver.c.o md5.c.o
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 244 T = new tools::darwin::Link(*this); break; 405 // Darwin doesn't support real static executables, don't link any runtime 411 // cares. This is useful in situations where someone wants to statically link 419 // Otherwise link libSystem, then the dynamic runtime library, and finally any 425 // If we are compiling as iOS / simulator, don't attempt to link libgcc_s.1, 633 // contexts, like determining the link logic, despite generally being called [all...] |
Driver.cpp | 149 FinalPhase = phases::Link; [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
eula_view.cc | 344 << "We must have disabled the link that led here."; 387 learn_more_link_ = new views::Link(); 412 system_security_settings_link_ = new views::Link(); 447 // Set tooltip for system security settings link if TPM is disabled. 492 void EulaView::LinkActivated(views::Link* source, int event_flags) {
|
new_user_view.cc | 476 void NewUserView::LinkActivated(views::Link* source, int event_flags) { 572 void NewUserView::InitLink(views::Link** link) { 573 *link = new views::Link(std::wstring()); 574 (*link)->SetController(this); 575 (*link)->SetNormalColor(login::kLinkColor); 576 (*link)->SetHighlightedColor(login::kLinkColor); 577 AddChildView(*link);
|
network_selection_view.cc | 320 proxy_settings_link_ = new views::Link(); 445 void NetworkSelectionView::LinkActivated(views::Link* source, int) {
|
/external/chromium/chrome/browser/ui/views/download/ |
download_shelf_view.cc | 37 // Padding from right edge and close button/show downloads link. 40 // Padding between the show all link and close button. 49 // Padding between the icon and 'show all downloads' link 106 show_all_view_ = new views::Link( 261 // "Show all downloads" link to the left to make it more visible that there is 336 // of the shelf minus the "Show all downloads" link, arrow and close button 362 void DownloadShelfView::LinkActivated(views::Link* source, int event_flags) {
|
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 225 return new Link(url, text); 462 * link or it might be a recognized media type. 600 * a different smiley, if {@link #isWordBreak} would not already 659 LINK ("l"), 788 /** Represents a link that was found in the input. */ 789 public static class Link extends Token { 792 public Link(String url, String text) { 793 super(Type.LINK, text); 809 /** Represents a link to a Google Video. */ 868 /** Represents a link to a YouTube video. * [all...] |
/frameworks/base/services/input/ |
InputDispatcher.h | 404 struct Link { 425 struct EventEntry : Link<EventEntry> { 548 struct DispatchEntry : Link<DispatchEntry> { 608 struct CommandEntry : Link<CommandEntry> { [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
PackagesPage.java | 73 import org.eclipse.swt.widgets.Link; 298 Link linkSelectNew = new Link(mGroupOptions, SWT.NONE); 299 // Note for i18n: we need to identify which link is used, and this is done by using the 300 // text itself so for translation purposes we want to keep the <a> link strings separate. 363 Link linkDeselect = new Link(mGroupOptions, SWT.NONE); [all...] |
/external/v8/test/mjsunit/ |
arguments-read-and-assignment.js | 61 // Link between arguments and parameters.
|
/external/v8/tools/ |
splaytree.js | 240 // Link right. 258 // Link left.
|