Searched refs:title (Results 51 - 75 of 1951) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs5 <?cs var:result.title ?> ---> <?cs var:result.url ?>
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTitleBox.java40 private String title; field in class:TitleBox
51 return title;
55 * Sets the 3-letter ISO-639 language for this title.
63 public void setTitle(String title) { argument
64 this.title = title;
68 return 7 + Utf8.utf8StringLengthInBytes(title);
75 byteBuffer.put(Utf8.convert(title));
83 title = IsoTypeReader.readString(content);
87 return "TitleBox[language=" + getLanguage() + ";title
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm_c.h29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c33 void NX_SetCaption (_THIS, const char * title, const char * icon) argument
41 GrSetWindowTitle (SDL_Window, title) ;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree.php3 <title>Hotspot 2.0 - public and free hotspot</title>
/external/wpa_supplicant_8/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.h28 #define wpa_trace_dump(title, ptr) \
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
33 void wpa_trace_show(const char *title);
48 #define wpa_trace_dump(title, ptr) do { } while (0)
50 #define wpa_trace_show(title) do { } while (0)
60 void wpa_trace_dump_funcname(const char *title, void *pc);
64 #define wpa_trace_dump_funcname(title, pc) do { } while (0)
/external/chromium_org/content/renderer/
H A Dclipboard_utils.cc15 const blink::WebString& title) {
20 markup.append(net::EscapeForHTML(base::UTF16ToUTF8(title)));
26 const blink::WebString& title) {
30 if (!title.isEmpty()) {
32 markup.append(net::EscapeForHTML(base::UTF16ToUTF8(title)));
14 URLToMarkup(const blink::WebURL& url, const blink::WebString& title) argument
25 URLToImageMarkup(const blink::WebURL& url, const blink::WebString& title) argument
/external/chromium_org/third_party/webrtc/base/
H A Dwindowpicker.h24 WindowDescription(const WindowId& id, const std::string& title) argument
25 : id_(id), title_(title) {
29 const std::string& title() const { return title_; } function in class:rtc::WindowDescription
30 void set_title(const std::string& title) { title_ = title; } argument
40 DesktopDescription(const DesktopId& id, const std::string& title) argument
41 : id_(id), title_(title), primary_(false) {
45 const std::string& title() const { return title_; } function in class:rtc::DesktopDescription
46 void set_title(const std::string& title) { title_ = title; } argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
H A Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</titl
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc63 base::string16 title = web_contents->GetTitle(); local
64 if (title.empty()) {
66 title = base::UTF8ToUTF16(url.spec());
68 title = base::i18n::GetDisplayStringInLTRDirectionality(title);
74 // might be wrong. For example, http://mail.yahoo.com, whose title is
79 base::i18n::AdjustStringForLocaleDirection(&title);
81 return title;
/external/chromium_org/third_party/markdown/extensions/
H A Dadmonition.py40 !!! [type] [optional explicit title]
42 Where `type` is used as a CSS class name of the div. If not present, `title`
55 <p class="admonition-title">Note</p>
59 You can also specify the title and CSS class of the admonition:
65 <p class="admonition-title">Did you know?</p>
98 CLASSNAME_TITLE = 'admonition-title'
118 klass, title = self.get_class_and_title(m)
121 if title:
123 p.text = title
137 klass, title
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowOverlayItem.java15 private String title; field in class:ShadowOverlayItem
18 public void __constructor__(GeoPoint geoPoint, String title, String snippet) { argument
20 this.title = title;
31 return title;
49 return Strings.equals(title, that.title)
58 result = title == null ? result : 19 * result + title.hashCode();
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_content_view_controller.h32 - (NSButton*)addButton:(NSString*)title target:(id)target action:(SEL)action;
33 - (NSTextField*)addTitleLabel:(NSString*)title;
34 - (NSTextField*)addLabel:(NSString*)title;
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_user_data_dir_in_cpp.py24 title = os.path.basename(os.path.splitext(data_file)[0]).title()
25 var_name = 'k' + title.replace('_', '')
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_proxy.h74 virtual void AddMenuItem(int command_id, const base::string16& title) = 0;
75 virtual void AddCheckItem(int command_id, const base::string16& title) = 0;
87 const base::string16& title) = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarPane.js33 WebInspector.SidebarPane = function(title)
41 this._title = title;
53 title: function()
110 this.element = container.createChild("div", "sidebar-pane-title");
111 this.element.textContent = pane.title();
181 var title = this._titleByPane.get(pane);
182 if (!title)
185 title.element.classList.toggle("hidden", hide);
209 var title = pane.title();
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
H A DNavigatorContentUtilsClientMock.cpp15 const KURL& url, const String& title)
20 info.title = title;
14 registerProtocolHandler(const String& scheme, const KURL& url, const String& title) argument
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dutility.js50 * @param {string} title
52 var inspect = function(obj, title) {
53 if (title) console.log(title);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dslice.js19 function Slice(category, title, colorId, start, args, opt_duration) {
21 call(this, category, title, colorId, start, args);
/external/chromium_org/chrome/browser/importer/
H A Dimporter_unittest_utils.h18 const wchar_t* title; member in struct:BookmarkInfo
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc12 const base::string16& title,
11 ShowMessageBox(gfx::NativeWindow parent, const base::string16& title, const base::string16& message, MessageBoxType type) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc34 base::string16 title; local
36 return title;
43 title = base::UTF8ToUTF16(extension->name());
44 return title;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_drag_drop_cocoa.h19 NSImage* DragImageForBookmark(NSImage* favicon, const base::string16& title);

Completed in 8210 milliseconds

1234567891011>>