HomeSort by relevance Sort by last modified time
    Searched refs:title (Results 151 - 175 of 1925) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.idl 36 [Custom, PerContextEnabled=PushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
37 [Custom, PerContextEnabled=PushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtilsClient.h 39 virtual void registerProtocolHandler(const String& scheme, const KURL&, const String& title) = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 48 // |title| is the title for a file chooser dialog. It can be an empty string.
49 WebString title; member in struct:blink::WebFileChooserParams
  /external/chromium_org/third_party/mozilla/
NSPasteboard+Utils.h 53 - (void) setDataForURL:(NSString*)url title:(NSString*)title;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.cc 22 ChoiceBuilder::ChoiceBuilder(const std::string& title, const Choices& choices)
24 input_helper_(TypedInput(title)) {
70 const std::string& title, const std::string& raw_choices) {
71 return ChoiceBuilder(title, SplitChoices(raw_choices));
input_helpers.h 32 InputBuilder(const std::string& title,
55 // Prints additional info after the title.
56 InputBuilder& WithAdditionalInfo(const std::string& title);
71 // format Title 1=Value 1,Title 2=Value 2. Spaces are not trimmed anywhere.
75 bool HasOverrideFor(const std::string& title) const;
76 const std::string& GetOverrideFor(const std::string& title) const;
112 InputBuilder TypedInput(const std::string& title);
input_helpers.cc 27 " Overrides are specified as \"title=option text\" for choices and "
28 "\"title=value\" for regular inputs. Note that the program will stop if "
40 InputBuilder::InputBuilder(const std::string& title,
44 override_registry_(override_registry), default_value_(""), title_(title) {
137 bool OverrideRegistry::HasOverrideFor(const std::string& title) const {
138 return overrides_.find(title) != overrides_.end();
142 const std::string& title) const {
143 assert(HasOverrideFor(title));
144 return (*overrides_.find(title)).second;
147 InputBuilder TypedInput(const std::string& title) {
    [all...]
  /external/chromium_org/ui/base/dragdrop/
cocoa_dnd_util.h 32 // Populates the |url| and |title| with URL data in |pboard|. There may be more
34 // |title| is an optional parameter. Returns |YES| if URL data was obtained from
38 base::string16* title,
  /external/llvm/docs/
conf.py 107 # A shorter title for the navigation bar. Default is the same as html_title.
183 # (source start file, target name, title, author, documentclass [howto/manual]).
190 # the title page.
230 title = f.readline().rstrip('\n') variable
233 if len(header) != len(title):
235 "error: invalid header in %r (does not match title)" % (
237 if ' - ' not in title:
239 ("error: invalid title in %r "
243 # Split the name out of the title.
244 name,description = title.split(' - ', 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Progress.js 51 * @param {string} title
53 setTitle: function(title) { },
57 * @param {string=} title
59 setWorked: function(worked, title) { },
165 * @param {string} title
167 setTitle: function(title)
169 this._composite._parent.setTitle(title);
190 * @param {string=} title
192 setWorked: function(worked, title)
195 if (typeof title !== "undefined"
    [all...]
  /external/chromium_org/extensions/renderer/
dom_activity_logger.cc 65 const WebString& title) {
68 title,
76 const WebString& title) {
77 logSetter(api_name, new_value, v8::Handle<v8::Value>(), url, title);
84 const WebString& title) {
91 api_name_utf8, url, title, DomActionType::SETTER, args.Pass());
98 const WebString& title) {
104 api_name_utf8, url, title, DomActionType::METHOD, args.Pass());
111 const WebString& title) {
117 event_name_utf8, url, title, DomActionType::METHOD, args.Pass())
    [all...]
  /external/chromium_org/ui/message_center/
notification.cc 17 NotificationItem::NotificationItem(const base::string16& title,
19 : title(title),
23 ButtonInfo::ButtonInfo(const base::string16& title)
24 : title(title) {
53 const base::string16& title,
62 title_(title),
132 const base::string16& title,
141 title,
    [all...]
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
MeatAdapter.java 60 holder.title = (TextView) view.findViewById(R.id.title);
73 holder.title.setText(meat.title);
78 public TextView title; field in class:MeatAdapter.ViewHolder
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
MeatAdapter.java 60 holder.title = (TextView) view.findViewById(R.id.title);
73 holder.title.setText(meat.title);
78 public TextView title; field in class:MeatAdapter.ViewHolder
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
MeatAdapter.java 60 holder.title = (TextView) view.findViewById(R.id.title);
73 holder.title.setText(meat.title);
78 public TextView title; field in class:MeatAdapter.ViewHolder
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller.cc 28 int KeywordEditorController::AddTemplateURL(const base::string16& title,
36 table_model_->Add(new_index, title, keyword, url);
42 const base::string16& title,
54 if ((template_url->short_name() == title) &&
58 table_model_->ModifyTemplateURL(index, title, keyword, url);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 72 my $title = "mergeChangeLogs: traditional rejected patch success";
118 ok($exitStatus == 1, "$title: should return 1 for success");
120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
141 my $title = "mergeChangeLogs: traditional rejected patch failure";
187 ok($exitStatus == 0, "$title: should return 0 for failure");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
StatusBarButton.js 92 /** @type {!Array.<!{element: !Element, counter: string, value: number, title: string}>} */
98 this._counters.push({counter: counters[i], element: element, value: 0, title: ""});
107 * @param {string} title
109 setCounter: function(counter, value, title)
114 this._counters[i].title = title;
124 var title = "";
136 if (counter.title) {
137 if (title)
138 title += ", "
    [all...]
  /build/tools/droiddoc/templates-pdk/
docpage.cs 13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
17 <h1 itemprop="name"><?cs var:page.title ?></h1>
32 <span class="training-nav-button-title"><?cs var:next.title ?></span>
42 <span class="training-nav-button-title"><?cs var:next.title ?></span>
54 <span class="training-nav-button-title"><?cs var:previous.title ?></span>
75 <br/><span class="training-nav-button-title"><?cs var:next.title ?></span
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
OverridesUI.js 83 selectDeviceOption.device = {title: WebInspector.UIString("<Select model>"), width: 0, height: 0, deviceScaleFactor: 0, userAgent: "", touch: false, mobile: false};
105 var option = new Option(devices[i].title, devices[i].title);
119 return device1.title < device2.title ? -1 : (device1.title > device2.title ? 1 : 0);
131 * @param {string} title
133 function saveDevicePreset(title)
135 if (!title)
    [all...]
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 69 // It includes the data members "title," "link," and "summary."
71 public final String title; field in class:StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) {
76 this.title = title;
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
87 String title = null; local
95 if (name.equals("title")) {
96 title = readTitle(parser);
105 return new Entry(title, summary, link)
111 String title = readText(parser); local
    [all...]
  /external/clang/www/
make_cxx_dr_status 17 def __init__(self, section, issue, url, status, title):
18 self.section, self.issue, self.url, self.status, self.title = \
19 section, issue, url, status, title
21 return '%s (%s): %s' % (self.issue, self.status, self.title)
24 section, issue_link, status, title = [
31 title = title.replace('<issue_title>', '').replace('</issue_title>', '').strip()
32 return DR(section, issue, url, status, title)
58 <title>Clang - C++ Defect Report Status</title>
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotJitterEstimate.m 9 plot(x, slopes(x, 1).*(framestats(x, 1) - framestats(x, 2)) + 3*sqrt(randJitters(x,2)), 'b'); title('Estimate ms');
14 plot(x, slopes(x, 1)); title('Line slope');
16 %plot(x, slopes(x, 2)); title('Line offset');
18 plot(x, framestats); plot(x, framedata(x, 1)); title('frame size and average frame size');
20 plot(x, framedata(x, 2)); title('Delay');
24 plot(x, randJitters(x,2)); title('Random jitter');
35 title('theta(1)*x+theta(2), (dT-dTS)/dL');
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 75 holder.title = (TextView) view.findViewById(R.id.meat_title);
83 holder.title.setText(meat.title);
91 if (null != holder && null != holder.title && null != context) {
93 holder.title.getText()), Toast.LENGTH_SHORT).show();
99 public TextView title; field in class:MeatAdapter.ViewHolder
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 75 holder.title = (TextView) view.findViewById(R.id.meat_title);
83 holder.title.setText(meat.title);
91 if (null != holder && null != holder.title && null != context) {
93 holder.title.getText()), Toast.LENGTH_SHORT).show();
99 public TextView title; field in class:MeatAdapter.ViewHolder

Completed in 950 milliseconds

1 2 3 4 5 67 8 91011>>