/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLDocument.java | 136 * Adds a <LINK> to the head. 140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); local 144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape 145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape 146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape 148 m_head.add (link);
|
/external/llvm/lib/Target/Blackfin/ |
BlackfinFrameLowering.cpp | 67 // emit a LINK instruction 69 BuildMI(MBB, MBBI, dl, TII.get(BF::LINK)).addImm(FrameSize); 73 // Frame is too big, do a manual LINK:
|
/external/chromium/chrome/browser/ |
plugin_observer.cc | 79 tab_contents_->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK); 259 PageTransition::LINK);
|
pdf_unsupported_feature.cc | 128 PageTransition::LINK);
|
bug_report_util.cc | 387 PageTransition::LINK);
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu.cc | 213 (has_link && contexts.Contains(ExtensionMenuItem::LINK)) || 469 // When no special node or text is selected and selection has no link, [all...] |
/external/chromium/chrome/browser/ui/webui/ |
active_downloads_ui.cc | 292 browser::NavigateParams params(browser, GURL(url), PageTransition::LINK); 399 PageTransition::LINK);
|
mediaplayer_ui.cc | 509 PageTransition::LINK); 541 PageTransition::LINK);
|
plugins_ui.cc | 156 // window with about:terms. Flash can't link directly to about:terms due to 282 GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK);
|
/external/icu4c/extra/uconv/ |
Makefile.in | 140 $(LINK.cc) $(OUTOPT)$@ $(OBJECTS) $(LIBS)
|
Makefile | 130 $(LINK.cc) $(OUTOPT)$@ $(OBJECTS) $(LIBS)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
SocialProvider.java | 46 * applications is defined in {@link SocialContract}. 112 columns.put(Activities.LINK, Activities.LINK); 171 * Inserts an item into the {@link Tables#ACTIVITIES} table.
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider_unittest.cc | 79 PageTransition::LINK, history::RedirectList(),
|
/external/chromium/chrome/browser/extensions/ |
file_manager_util.cc | 151 browser->AddSelectedTabWithURL(GURL(path), PageTransition::LINK);
|
extension_context_menu_api.cc | 58 } else if (value == "link") { 59 tmp_result.Add(ExtensionMenuItem::LINK);
|
/external/chromium/chrome/browser/ui/gtk/ |
page_info_bubble_gtk.cc | 66 // Link button callbacks. 276 browser->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK);
|
about_chrome_dialog.cc | 72 OpenURL(GURL(url), GURL(), NEW_WINDOW, PageTransition::LINK); 234 // a line break right before the second link (which matches en-US Windows
|
/external/chromium/chrome/browser/ui/views/ |
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);
|
page_info_bubble_view.cc | 60 virtual void LinkActivated(views::Link* source, int event_flags); 75 views::Link* link_; 106 // info link in that case. 134 // help center link). 159 // Then add the help center link at the bottom. 161 help_center_link_ = new views::Link( 190 // Account for the Help Center link and the separator above it. 230 void PageInfoBubbleView::LinkActivated(views::Link* source, int event_flags) { 231 // We want to make sure the info bubble closes once the link is activated. So 239 browser->OpenURL(url, GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK); [all...] |
/external/libpcap/ |
scanner.l | 173 link|ether|ppp|slip return LINK; 174 fddi|tr|wlan return LINK;
|
grammar.c | 109 LINK = 300, 213 #define LINK 300 788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH", [all...] |
grammar.y | 176 %token LINK 338 pname: LINK { $$ = Q_LINK; }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 72 * to {@link AdtConstants#CODESITE_BASE_URL} or to the local SDK 80 private static final String LINK = "$link"; //$NON-NLS-1$ 85 * Add all {@link AttributeInfo} to the the array of {@link AttributeDescriptor}. 87 * @param attributes The list of {@link AttributeDescriptor} to append to 91 * See {@link SdkConstants#NS_RESOURCES} for a common value. 92 * @param infos The array of {@link AttributeInfo} to read and append to attributes 117 * Add an {@link AttributeInfo} to the the array of {@link AttributeDescriptor} [all...] |
/external/chromium/chrome/browser/history/ |
history_querying_unittest.cc | 112 PageTransition::LINK, history::RedirectList(),
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */ 234 <BODY bgcolor="#FFFFFF" LINK="#006666" VLINK="#000000">
|