Searched refs:link (Results 276 - 300 of 894) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c74 struct stw_framebuffer **link; local
83 link = &stw_dev->fb_head;
84 while (*link != fb)
85 link = &(*link)->next;
86 assert(*link);
87 *link = fb->next;
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js295 var link = document.createElement('span');
296 link.classList.add('action');
297 link.setAttribute('tabindex', 1);
298 link.textContent = browserInspectorTitle;
299 browserHeader.appendChild(link);
300 link.addEventListener(
539 var link = document.createElement('span');
540 link.classList.add('action');
541 link.setAttribute('tabindex', 1);
543 link
[all...]
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc18 #include "ui/views/controls/link.h"
446 Link* link = new Link(ASCIIToUTF16(kTitles[i])); local
447 link->SetHorizontalAlignment(gfx::ALIGN_LEFT);
448 link->set_id(kIDs[i]);
449 scroll_content->AddChildView(link);
450 link->SetBounds(5, y, 300, 15);
479 Link* link = NULL; local
499 link = new Link(ASCIIToUTF16("Help"));
500 contents->AddChildView(link);
501 link
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c114 AF_Segment seg, limit, link; local
131 link = seg->link;
134 if ( link && link->link == seg && link > seg )
139 dist = seg->pos - link->pos;
1033 /* we must never link them to anything */
1073 seg1->link
[all...]
H A Daflatin2.c107 AF_Segment seg, limit, link; local
124 link = seg->link;
127 if ( link && link->link == seg && link > seg )
132 dist = seg->pos - link->pos;
995 /* we must never link them to anything */
1030 seg1->link
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c108 AF_Segment seg, limit, link; local
125 link = seg->link;
128 if ( link && link->link == seg && link > seg )
133 dist = seg->pos - link->pos;
996 /* we must never link them to anything */
1031 seg1->link
[all...]
/external/opencv/cv/src/
H A Dcvcontours.cpp345 It's marked as "link to contour" and h_next pointer of it is set to
351 leaves header if hierarchical (but doesn't mark header as "link").
1127 struct CvLinkedRunPoint* link; member in struct:CvLinkedRunPoint
1213 tmp_prev->link = 0;
1240 tmp_prev->link = tmp_prev->next;
1295 lower_run->link = upper_run;
1300 upper_run->next->link = upper_run;
1308 lower_run->link = upper_run;
1314 lower_run->link = lower_run->next;
1325 prev_point->link
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc34 #include "ui/views/controls/link.h"
71 views::Link* link);
87 views::Link* link)
89 link_(link) {
240 views::Link* link = new views::Link(base::UTF8ToUTF16(i->title)); local
241 link->set_listener(this);
242 link->SetElideBehavior(gfx::ELIDE_MIDDLE);
243 popup_links_[link] = i - bubble_content.popup_items.begin();
244 layout->AddView(new Favicon(i->image, this, link));
245 layout->AddView(link);
84 Favicon( const gfx::Image& image, ContentSettingBubbleContents* parent, views::Link* link) argument
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.js224 var link = '/src/tests.html?suite=';
225 link += this.name.replace(/\./g, '/');
228 suiteInfo.href = link;
342 var link = '/src/tests.html?suite=';
343 link += this.name.replace(/\./g, '/');
344 link += '&test=' + test.name.replace(/\./g, '/');
347 suiteInfo.href = link;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
191 link.exe /out:wpa_passphrase.exe $(LFLAGS) $(OBJS_p) $(LIBS)
194 link.exe /out:eapol_test.exe $(LFLAGS) $(OBJS_t) $(LIBS)
197 link.exe /out:preauth_test.exe $(LFLAGS) $(OBJS_t2) $(LIBS)
200 link.exe /out:win_if_list.exe $(LFLAGS) $(OBJDIR)\win_if_list.obj $(LIBS)
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_options.css166 #notification .link {
176 #notification .link-color {
194 .standalone-link-button {
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css136 a, #details, #details-button, h1, h2, p, .small-link) {
160 .small-link {
261 .small-link {
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.css93 .show-alt-infobar button.link-button {
109 .show-alt-infobar button.link-button:hover,
110 .show-alt-infobar button.link-button:focus {
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddrive_banners.js156 if (!this.document_.querySelector('link[drive-welcome-style]')) {
157 var style = this.document_.createElement('link');
182 if (util.boardIs('link'))
191 more = util.createChild(links, 'plain-link', 'a');
202 dismiss = util.createChild(links, 'plain-link');
255 var link = this.document_.createElement('a');
256 link.className = 'plain-link';
257 link.textContent = str('DRIVE_BUY_MORE_SPACE_LINK');
258 link
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c530 VALUE_PAIR *link; local
664 link = *first_pair;
665 while (link->next != (VALUE_PAIR *) NULL)
667 link = link->next;
669 link->next = pair;
/external/doclava/src/com/google/doclava/
H A DSampleCode.java90 String link = ClearPage.toroot + "samples/" + name + "/index" + Doclava.htmlExtension;
92 new Node.Builder().setLabel(mProjectDir).setLink(link).setChildren(filelist).build(),false);
125 String link = "samples/" + name + "/index" + Doclava.htmlExtension;
128 new Node.Builder().setLabel(mProjectDir).setLink(link).build(), true);
142 String name, link;
152 link = convertExtension(path, Doclava.htmlExtension);
154 parent.add(new Node.Builder().setLabel(name).setLink(ClearPage.toroot + link).build());
183 String link = "";
205 link = convertExtension(path, Doclava.htmlExtension);
218 hdf.setValue(key + i + ".Href", link);
[all...]
/external/pixman/pixman/
H A Dpixman-private.h833 pixman_list_prepend (pixman_list_t *list, pixman_link_t *link) argument
835 link->next = list->head;
836 link->prev = (pixman_link_t *)list;
837 list->head->prev = link;
838 list->head = link;
842 pixman_list_unlink (pixman_link_t *link) argument
844 link->prev->next = link->next;
845 link->next->prev = link
849 pixman_list_move_to_front(pixman_list_t *list, pixman_link_t *link) argument
[all...]
/external/bzip2/
H A Dbzip.css4 #339999 turquoise link hover colour
13 a, a:link, a:visited, a:active { color: #336699; }
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc130 // subdirectory for that identifies the next component. If a symbolic link
131 // is being watched, the target of the link is also kept.
167 // the link target's parent directory. Returns true and update |watch_entry|
628 FilePath link; local
629 if (!ReadSymbolicLink(path, &link))
632 if (!link.IsAbsolute())
633 link = path.DirName().Append(link);
635 // Try watching symlink target directory. If the link target is "/", then we
640 g_inotify_reader.Get().AddWatch(link
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_eula.css76 #eula #stats-help-link {
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css22 a.colored-link {
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.h105 // section |contents| and an optional |link|. This method creates a section
106 // for the given |headline|, |contents| and |link|. |link| can be NULL if the
107 // section should not contain a link.
110 views::Link* link) WARN_UNUSED_RESULT;
114 // |link| are layout out properly. If the |headline| is an empty string then
115 // no headline will be displayed. The ownership of the passed |link| is
116 // transfered to the ResetConnectionSection method and the |link| is added to
117 // the views hierarchy. If the |link| is NULL then no link i
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dshadow.sh76 lxc.network.link = shadowbr
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPopoverHelper.js87 var link = this._linkifier.linkifyRawLocation(rawLocation, sourceURL, "function-location-link");
88 title.appendChild(link);
/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dfortunedefs.mk10 # static - will statically link data into ufortune

Completed in 1909 milliseconds

<<11121314151617181920>>