Searched refs:title (Results 401 - 425 of 1925) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/common/
H A Dprint_messages.cc30 title(),
56 title = base::string16();
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.h52 // tag, which contains its title. All bookmarks and sub-folders follow,
54 // <DT><H3 PERSONAL_TOOLBAR_FOLDER="true" ...>title</H3>
74 base::string16* title,
90 base::string16* title,
/external/chromium_org/components/history/core/test/
H A Dhistory_client_fake_bookmarks.cc25 const base::string16& title) {
26 bookmarks_.insert(std::make_pair(url, title));
23 AddBookmarkWithTitle( const GURL& url, const base::string16& title) argument
/external/chromium_org/media/cast/test/utility/
H A Dinput_builder.cc20 InputBuilder::InputBuilder(const std::string& title, argument
24 : title_(title),
/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity_builder.cc35 const string& title,
39 : EntityBuilder(syncer::BOOKMARKS, title),
34 BookmarkEntityBuilder( const string& title, const GURL& url, const string& originator_cache_guid, const string& originator_client_item_id) argument
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObjectItem.h55 static PassRefPtrWillBeRawPtr<DataObjectItem> createFromURL(const String& url, const String& title);
67 String title() const { return m_title; } function in class:WebCore::DataObjectItem
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.idl42 HTMLDocument createHTMLDocument(optional DOMString title = null);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorProfilerAgent.h60 void consoleProfile(const String& title, ScriptState*);
61 void consoleProfileEnd(const String& title, ScriptState*);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestJSONView.js110 var title = this._parsedJSON.prefix + obj.description + this._parsedJSON.suffix;
111 var section = new WebInspector.ObjectPropertiesSection(obj, title);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDropDownMenu.js37 * @param {string} title
39 addItem: function(id, title)
41 var option = new Option(title);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp63 WebString WebNotification::title() const function in class:blink::WebNotification
65 return m_private->title();
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkObjectParser.h86 static SkString* RectToString(const SkRect& rect, const char* title = NULL);
92 static SkString* RRectToString(const SkRRect& rrect, const char* title = NULL);
/external/chromium_org/tools/perf/metrics/
H A Dchrome_proxy.js50 if (timeSpan.hasAttribute('title') && timeSpan.title.indexOf('t=') == 0) {
51 results[r].retry = timeSpan.title.substr(2);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_mac.h24 virtual void SetURL(const GURL& url, const base::string16& title) OVERRIDE;
32 base::string16* title) const OVERRIDE;
/external/chromium_org/ui/base/models/
H A Dtable_model.cc18 title(),
28 title(l10n_util::GetStringUTF16(id)),
H A Dtable_model.h27 // The title text for the group.
28 base::string16 title; member in struct:ui::TableModel::Group
93 // TableColumn specifies the title, alignment and size of a particular column.
105 // The title for the column.
106 base::string16 title; member in struct:ui::TableColumn
H A Dtree_node_model.h68 explicit TreeNode(const base::string16& title) argument
69 : title_(title), parent_(NULL) {}
153 // Sets the title of the node.
154 virtual void SetTitle(const base::string16& title) { title_ = title; } argument
195 TreeNodeWithValue(const base::string16& title, const ValueType& value) argument
196 : ParentType(title), value(value) {}
287 const base::string16& title) OVERRIDE {
289 AsNode(node)->SetTitle(title); variable
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.h40 // Adds a new tab at the end of this TabbedPane with the specified |title|.
43 void AddTab(const base::string16& title, View* contents);
45 // Adds a new tab at |index| with |title|. |contents| is the view displayed
48 void AddTabAtIndex(int index, const base::string16& title, View* contents);
/external/doclava/res/assets/templates/components/
H A Dleft_nav.cs10 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
11 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
45 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
46 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php3 <title>Eclipse Download Click Through</title>
/external/icu/icu4c/source/samples/layout/
H A Dgnomelayout.cpp79 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); local
81 return title;
97 gchar *title = prettyTitle(fileName); local
105 gtk_window_set_title(GTK_WINDOW(app), title); local
111 g_free(title);
238 gchar *title = prettyTitle(fileName); local
239 GtkWidget *app = gnome_app_new("gnomeLayout", title);
275 g_free(title);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dprogress.c10 static void gtk_progress_update(u64 curr, u64 total, const char *title) argument
17 GtkWidget *label = gtk_label_new(title);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_wm.c44 void ph_SetCaption(_THIS, const char *title, const char *icon) argument
51 PtSetResource(window, Pt_ARG_WINDOW_TITLE, title, 0);
/external/skia/src/utils/debugger/
H A DSkObjectParser.h86 static SkString* RectToString(const SkRect& rect, const char* title = NULL);
92 static SkString* RRectToString(const SkRRect& rrect, const char* title = NULL);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnfc_pw_token.c18 static void print_bin(const char *title, const struct wpabuf *buf) argument
26 printf("%s=", title);

Completed in 901 milliseconds

<<11121314151617181920>>