Searched refs:title (Results 151 - 175 of 1104) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Dbookmark_node_applescript.h20 // Contains the temporary title when a scripter creates a new folder/item with
21 // title specified like
22 // |make new bookmark folder with properties {title:"foo"}|.
36 // Get and Set title.
37 - (NSString*)title;
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_tree_node.h25 - (NSString*)title;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h43 string16 title; member in struct:TabRendererData
/external/chromium/webkit/glue/
H A Dwebclipboard_impl.h18 const WebKit::WebString& title);
20 const WebKit::WebString& title);
37 const WebKit::WebString& title);
41 const WebKit::WebString& title);
/external/markdown/markdown/extensions/
H A Dimagelinks.py25 IMAGE_LINK = """<a href="%s"><img src="%s" title="%s"/></a>"""
73 for photo_url, title in row:
77 title)
103 title = " ".join(parts[1:])
109 rows[-1].append((photo_url, title))
/external/skia/include/views/
H A DSkOSWindow_wxwidgets.h35 SkOSWindow(const wxString& title, int x, int y, int width, int height);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityImageMapLink.cpp111 String AccessibilityImageMapLink::title() const function in class:WebCore::AccessibilityImageMapLink
113 const AtomicString& title = getAttribute(titleAttr); local
114 if (!title.isEmpty())
115 return title;
/external/webkit/Source/WebCore/history/qt/
H A DHistoryItemQt.cpp34 WTF::String title; local
55 in >> url >> title >> altTitle >> lastVisitedTime >> orginalUrl >> referrer >> target >> parent;
79 setTitle(title);
99 out << urlString() << title() << alternateTitle() << lastVisitedTime();
/external/webkit/Source/WebCore/platform/mac/
H A DPasteboardHelper.h50 virtual String urlFromPasteboard(NSPasteboard*, String* title) const = 0;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframeprivate.h46 gchar* title; member in struct:_WebKitWebFramePrivate
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dbugfortest.py46 print "%5s %s" % (bug.id(), bug.title())
/external/bison/lib/
H A Dbitsetv-print.c30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset) argument
36 fprintf (out, "%s BEGIN\n", title);
69 /* End title. */
70 fprintf (out, "%s END\n\n", title);
/external/chromium/chrome/browser/history/
H A Dmultipart_uitest.cc35 std::wstring title; local
36 EXPECT_TRUE(tab_proxy->GetTabTitle(&title));
37 EXPECT_EQ(L"page 9", title);
/external/chromium/chrome/browser/resources/
H A Dcrashes.js39 var title = document.createElement('h3');
40 title.textContent = localStrings.getStringF('crashHeaderFormat',
42 crashBlock.appendChild(title);
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui_uitest.cc27 std::wstring title; local
28 ASSERT_TRUE(tab->GetTabTitle(&title));
31 ASSERT_EQ(expected_title, WideToUTF16Hack(title));
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js23 $('imageTooltip').title = chrome.i18n.getMessage('imageTooltip');
25 $('multiCalendarText').title = chrome.i18n.getMessage('multiCalendarToolTip');
26 $('multiCalendar').title = chrome.i18n.getMessage('multiCalendarToolTip');
/external/doclava/res/assets/templates/
H A Ddocpage.cs13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
17 <h1 itemprop="name"><?cs var:page.title ?></h1>
28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemwm.c43 void GEM_SetCaption(_THIS, const char *title, const char *icon) argument
45 if (title) {
46 GEM_title_name = title;
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodereplacechild15.js94 var title;
115 elem2.setAttribute("title","new element");
118 title = replaced.getAttribute("title");
119 assertEquals("nodereplacechild15","new element",title);
/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.h45 static PassRefPtr<ProfileGenerator> create(ExecState*, const UString& title, unsigned uid);
48 const UString& title() const;
65 ProfileGenerator(ExecState*, const UString& title, unsigned uid);
/external/webkit/Source/WebCore/history/
H A DHistoryItem.h75 static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, double lastVisited) argument
77 return adoptRef(new HistoryItem(urlString, title, lastVisited));
79 static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, const String& alternateTitle, double lastVisited) argument
81 return adoptRef(new HistoryItem(urlString, title, alternateTitle, lastVisited));
83 static PassRefPtr<HistoryItem> create(const KURL& url, const String& target, const String& parent, const String& title) argument
85 return adoptRef(new HistoryItem(url, target, parent, title));
96 static PassRefPtr<HistoryItem> decodeBackForwardTree(const String& urlString, const String& title, const String& originalURLString, Decoder&);
100 const String& title() const;
179 void visited(const String& title, double time, VisitCountBehavior);
221 HistoryItem(const String& urlString, const String& title, doubl
[all...]
/external/webkit/Source/WebCore/platform/brew/
H A DContextMenuItemBrew.cpp49 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) argument
82 String ContextMenuItem::title() const function in class:WebCore::ContextMenuItem
108 void ContextMenuItem::setTitle(const String& title) argument
/external/webkit/Source/WebCore/platform/gtk/
H A DDragDataGtk.cpp74 String DragData::asURL(Frame*, FilenameConversionPolicy filenamePolicy, String* title) const
85 if (title)
86 *title = m_platformDragData->urlLabel();
/external/webkit/Source/WebKit/win/
H A DWebNavigationData.h36 static WebNavigationData* createInstance(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLResponse*, bool hasSubstituteData, const WTF::String& clientRedirectSource);
38 WebNavigationData(const WTF::String& url, const WTF::String& title, IWebURLRequest*, IWebURLResponse*, bool hasSubstituteData, const WTF::String& clientRedirectSource);
51 virtual HRESULT STDMETHODCALLTYPE title(
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItemData.h49 WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& title, bool enabled, bool checked);
50 WebContextMenuItemData(WebCore::ContextMenuAction, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu);
54 const String& title() const { return m_title; } function in class:WebKit::WebContextMenuItemData

Completed in 2970 milliseconds

1234567891011>>