Searched refs:title (Results 126 - 150 of 1104) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c163 static void _wpa_hexdump(int level, const char *title, const u8 *buf, argument
173 title, (unsigned long) len);
185 printf("%s - hexdump(len=%lu):", title, (unsigned long) len);
200 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len) argument
202 _wpa_hexdump(level, title, buf, len, 1);
206 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len) argument
208 _wpa_hexdump(level, title, buf, len, wpa_debug_show_keys);
212 static void _wpa_hexdump_ascii(int level, const char *title, const u8 *buf, argument
227 title, (unsigned long) len);
233 title, (unsigne
297 wpa_hexdump_ascii(int level, const char *title, const u8 *buf, size_t len) argument
303 wpa_hexdump_ascii_key(int level, const char *title, const u8 *buf, size_t len) argument
[all...]
H A Dwpa_debug.h104 * @title: title of for the message
112 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
114 static inline void wpa_hexdump_buf(int level, const char *title, argument
117 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
124 * @title: title of for the message
134 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len);
136 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
139 wpa_hexdump_key(level, title, bu
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorConsoleInstrumentation.h65 inline void InspectorInstrumentation::startConsoleTiming(Page* page, const String& title) argument
69 startConsoleTimingImpl(inspectorAgent, title);
73 inline void InspectorInstrumentation::stopConsoleTiming(Page* page, const String& title, PassRefPtr<ScriptCallStack> stack) argument
77 stopConsoleTimingImpl(inspectorAgent, title, stack);
90 inline void InspectorInstrumentation::addStartProfilingMessageToConsole(Page* page, const String& title, unsigned lineNumber, const String& sourceURL) argument
94 addStartProfilingMessageToConsoleImpl(inspectorAgent, title, lineNumber, sourceURL);
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm62 NSString *title = nil;
67 title = UI_STRING_INTERNAL("Copy", "Copy context menu item");
71 title = UI_STRING_INTERNAL("Back", "Back context menu item");
75 title = UI_STRING_INTERNAL("Forward", "Forward context menu item");
79 title = UI_STRING_INTERNAL("Stop", "Stop context menu item");
83 title = UI_STRING_INTERNAL("Reload", "Reload context menu item");
87 title = UI_STRING_INTERNAL("Search in Spotlight", "Search in Spotlight context menu item");
91 title = UI_STRING_INTERNAL("Search in Google", "Search in Google context menu item");
95 title = UI_STRING_INTERNAL("Look Up in Dictionary", "Look Up in Dictionary context menu item");
99 title
[all...]
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_header.h20 void set_title(const string16& title) { title_ = title; } argument
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc12 DiagnosticTest::DiagnosticTest(const string16& title) argument
13 : title_(title), result_(DiagnosticsModel::TEST_NOT_RUN) {
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.h27 const string16& title,
47 const string16& title,
/external/chromium/chrome/browser/
H A Dplatform_util.h48 const string16& title,
55 const string16& title,
H A Dmedia_uitest.cc51 const std::wstring& title = GetActiveTabTitle(); local
52 if (title == kPlaying || title == kFailed ||
53 StartsWith(title, kError, true))
/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.h54 // A title describing the error, usually to be used with the details below.
55 const string16& title() const { return title_; } function in class:SSLErrorInfo
70 SSLErrorInfo(const string16& title,
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.cc14 const std::wstring& title)
18 title_(title) {
13 AppModalDialog(TabContents* tab_contents, const std::wstring& title) argument
/external/chromium/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller.h31 int AddTemplateURL(const string16& title,
38 const string16& title,
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.cc26 title == data.title &&
/external/jdiff/src/jdiff/
H A DDiffOutput.java23 /** The title for this difference. */
31 String title, String text) {
35 title_ = title;
30 DiffOutput(String pkgName, String className, String id, String title, String text) argument
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_syswm.cc31 void BE_SetWMCaption(_THIS, const char *title, const char *icon) argument
33 SDL_Win->SetTitle(title);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.h51 PassRefPtr<CSSStyleSheet> createCSSStyleSheet(const String& title, const String& media, ExceptionCode&);
52 PassRefPtr<HTMLDocument> createHTMLDocument(const String& title);
/external/webkit/Source/WebCore/notifications/
H A DNotificationCenter.idl38 [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception);
/external/webkit/Source/WebCore/platform/chromium/
H A DPasteboardChromium.cpp112 String title(titleStr);
113 if (title.isEmpty()) {
114 title = url.lastPathComponent();
115 if (title.isEmpty())
116 title = url.host();
119 PlatformBridge::clipboardWriteURL(url, title);
122 void Pasteboard::writeImage(Node* node, const KURL&, const String& title) argument
153 PlatformBridge::clipboardWriteImage(bitmap, url, title);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.h52 const String& title() const { return m_item->title(); } function in class:WebKit::InjectedBundleBackForwardListItem
/external/webkit/Tools/DumpRenderTree/mac/
H A DHistoryDelegate.mm47 printf("WebView navigated to url \"%s\" with title \"%s\" with HTTP equivalent method \"%s\". The navigation was %s and was %s%s.\n",
49 [navigationData title] ? [[navigationData title] UTF8String] : "",
70 - (void)webView:(WebView *)webView updateHistoryTitle:(NSString *)title forURL:(NSString *)url
72 printf("WebView updated the title for history URL \"%s\" to \"%s\".\n", [[[NSURL URLWithString:url]_drt_descriptionSuitableForTestResult] UTF8String], [title UTF8String]);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h104 * @title: title of for the message
112 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
114 static inline void wpa_hexdump_buf(int level, const char *title, argument
117 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
124 * @title: title of for the message
134 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len);
136 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
139 wpa_hexdump_key(level, title, bu
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h104 * @title: title of for the message
112 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
114 static inline void wpa_hexdump_buf(int level, const char *title, argument
117 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
124 * @title: title of for the message
134 void wpa_hexdump_key(int level, const char *title, const u8 *buf, size_t len);
136 static inline void wpa_hexdump_buf_key(int level, const char *title, argument
139 wpa_hexdump_key(level, title, bu
[all...]
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc28 const string16& title)
32 title_(title),
41 const string16& title)
45 title_(title),
25 SystemNotification(Profile* profile, NotificationDelegate* delegate, int icon_resource_id, const string16& title) argument
38 SystemNotification(Profile* profile, const std::string& id, int icon_resource_id, const string16& title) argument
/external/chromium/chrome/browser/resources/ntp4/
H A Dmost_visited_page.js54 '<span class="title"></span>' +
75 var title = this.querySelector('.title');
76 title.textContent = data.title;
78 title.style.backgroundImage = url(faviconUrl);
79 title.dir = data.direction;
129 data.title,
148 this.querySelector('.pin').title = templateData.unpinthumbnailtooltip;
151 this.querySelector('.pin').title
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dcertificate_import_error_overlay.js41 * @param {string} title The alert title to display to the user.
46 CertificateImportErrorOverlay.show = function(title, message, certErrors) {
47 $('certificateImportErrorOverlayTitle').textContent = title;

Completed in 1207 milliseconds

1234567891011>>