Searched refs:title (Results 226 - 250 of 1925) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/
H A Dsettings_dialog.js17 * @param {string} title See OptionsPage constructor.
23 function SettingsDialog(name, title, pageDivName, okButton, cancelButton) {
24 OptionsPage.call(this, name, title, pageDivName);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item_tab.h25 ChromeLauncherAppMenuItemTab(const base::string16 title,
/external/chromium_org/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_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h30 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dl10n_util.h32 // Generates a tooltip string for a given URL and title.
33 NSString* TooltipForURLAndTitle(NSString* url, NSString* title);
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
H A DnewTab.js13 eightBallWindow.textContent = data[rand].title;
/external/chromium_org/components/history/core/browser/
H A Dhistory_client.h20 base::string16 title; member in struct:history::URLAndTitle
41 // reference the same URL only one entry is added even if the title are not
/external/chromium_org/content/common/
H A Ddesktop_notification_messages.h16 IPC_STRUCT_TRAITS_MEMBER(title)
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native.cc14 const char *title, int width, int height,
12 GTFNativeCreatePixmap(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char *title, int width, int height, EGLNativePixmapType *pNativePixmap) argument
H A Degl_native_aura.cc36 const char* title, int width, int height,
34 GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char* title, int width, int height, EGLNativeWindowType *pNativeWindow) argument
/external/chromium_org/media/cast/test/utility/
H A Dinput_builder.h15 // displayed with the title string and be given a default value. When forced
20 InputBuilder(const std::string& title,
/external/chromium_org/remoting/webapp/
H A Dbackground.js27 title: chrome.i18n.getMessage(/*i18n-content*/'NEW_WINDOW')
H A Dwindow_frame.css16 html.apps-v2 .title-bar {
21 .window-title,
29 .title-bar .window-title {
87 height: calc(100% - 32px); /** Allow space for the title-bar */
90 /* Add an etched border to the window controls, title bar and stub */
91 .title-bar,
97 .title-bar:after,
123 * - The title-bar (and its bottom border) are not displayed.
145 body.fullscreen .window-title {
[all...]
/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity_builder.h21 BookmarkEntityBuilder(const std::string& title,
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dpngfix.js15 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.cpp114 String AXImageMapLink::title() const function in class:WebCore::AXImageMapLink
116 const AtomicString& title = getAttribute(titleAttr); local
117 if (!title.isEmpty())
118 return title;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorConsoleAgent.cpp196 void InspectorConsoleAgent::consoleTime(ExecutionContext*, const String& title) argument
198 // Follow Firebug's behavior of requiring a title that is not null or
200 if (title.isNull())
203 m_times.add(title, monotonicallyIncreasingTime());
206 void InspectorConsoleAgent::consoleTimeEnd(ExecutionContext*, const String& title, ScriptState* scriptState) argument
208 // Follow Firebug's behavior of requiring a title that is not null or
210 if (title.isNull())
213 HashMap<String, double>::iterator it = m_times.find(title);
221 String message = title + String::format(": %.3fms", elapsed * 1000);
225 void InspectorConsoleAgent::consoleTimeline(ExecutionContext* context, const String& title, ScriptStat argument
230 consoleTimelineEnd(ExecutionContext* context, const String& title, ScriptState* scriptState) argument
241 String title; local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.idl35 Constructor(DOMString title, [Default=Undefined] optional Dictionary options),
49 readonly attribute DOMString title;
/external/chromium_org/win8/metro_driver/
H A Dsecondary_tile.h22 const base::string16& title,
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dutil.h10 int ui__question_window(const char *title, const char *text,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h31 Dump(lldb_private::Stream *s, const char* title) const;
/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/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureNodeFields.java203 title, enum constant in enum:ConfigureNodeFields
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.h24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc196 base::string16 title; local
197 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
198 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(1, &url, &title));
199 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(2, &url, &title));
239 base::string16 title; local
240 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(0, &url, &title));
241 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(1, &url, &title));
242 EXPECT_TRUE(model.GetURLAndTitleForItemAtIndex(2, &url, &title));
243 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(3, &url, &title));
244 EXPECT_FALSE(model.GetURLAndTitleForItemAtIndex(4, &url, &title));
350 base::string16 title; local
441 base::string16 title; local
[all...]

Completed in 711 milliseconds

1234567891011>>