/external/chromium_org/content/browser/geolocation/ |
location_api_adapter_android.h | 52 bool has_heading, double heading,
|
geolocation_provider_unittest.cc | 88 actual.heading == expected_.heading &&
|
/external/chromium_org/content/browser/resources/media/ |
webrtc_internals.css | 29 .stats-graph-container-heading {
|
/external/chromium_org/third_party/jstemplate/tutorial_examples/ |
08-transclude.html | 71 <span jscontent="title">Outline heading</span>
|
10-jsvalues.html | 85 <span jscontent="title">Outline heading</span>
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.wpr_modes.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.unittest.options_for_unittests.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
object_instance_track.js | 44 this.heading = ''; 49 this.heading = objectInstances[0].typeName;
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
offline_load_page.cc | 151 "heading", l10n_util::GetStringUTF16(IDS_APP_OFFLINE_LOAD_HEADLINE)); 157 "heading", l10n_util::GetStringUTF16(IDS_SITE_OFFLINE_LOAD_HEADLINE));
|
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.html | 34 <h1 id="performance-heading" i18n-content="title"></h1> 94 <h3 class="category-heading"></h3>
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
bundle_installed_bubble.cc | 134 void AddHeading(GridLayout* layout, const string16& heading) { 137 heading, rb.GetFont(ui::ResourceBundle::MediumFont));
|
/external/chromium_org/ppapi/c/documentation/ |
doxy_cleanup.py | 41 heading appears in the middle of a table. 70 # Is this a heading in the middle of a table?
|
/external/chromium_org/ppapi/cpp/documentation/ |
doxy_cleanup.py | 40 heading appears in the middle of a table. 69 # Is this a heading in the middle of a table?
|
/external/chromium_org/sync/protocol/ |
synced_notification_render.proto | 70 // Heading - often the name(s) of the notification creator(s). 71 optional string heading = 3;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
buildbot_results.py | 75 def _print_run_results_entry(self, run_results, timeline, heading): 80 self._print("=> %s (%d):" % (heading, not_passing))
|
/external/chromium_org/third_party/icu/source/common/ |
rbbidata.h | 160 void printTable(const char *heading, const RBBIStateTable *table); 163 #define printTable(heading, table)
|
/external/clang/test/Index/ |
comment-misc-tags.m | 83 * New paragraph under the same heading. 103 // CHECK-NEXT: (CXComment_Text Text=[ New paragraph under the same heading.])))
|
/external/icu4c/common/ |
rbbidata.h | 160 void printTable(const char *heading, const RBBIStateTable *table); 163 #define printTable(heading, table)
|
/packages/apps/CellBroadcastReceiver/res/values/ |
strings.xml | 145 <!-- CMAS alert category heading (including colon). [CHAR LIMIT=30] --> 172 <!-- CMAS response type heading (including colon). [CHAR LIMIT=30] --> 191 <!-- CMAS severity heading (including colon). [CHAR LIMIT=30] --> 198 <!-- CMAS urgency heading (including colon). [CHAR LIMIT=30] --> 205 <!-- CMAS certainty heading (including colon). [CHAR LIMIT=30] -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict)) 937 self.tv.heading('#0', text='hi') 938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi') 939 self.assertEqual(self.tv.heading('#0', text=None), 'hi') 942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0', 945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0', 959 self.tv.heading('#0', command=lambda: success.append(True)) 963 # assuming that the coords (5, 5) fall into heading #0 966 self.fail("The command associated to the treeview heading wasn't [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict)) 937 self.tv.heading('#0', text='hi') 938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi') 939 self.assertEqual(self.tv.heading('#0', text=None), 'hi') 942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0', 945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0', 959 self.tv.heading('#0', command=lambda: success.append(True)) 963 # assuming that the coords (5, 5) fall into heading #0 966 self.fail("The command associated to the treeview heading wasn't [all...] |
/frameworks/base/docs/html/distribute/googleplay/policies/ |
spam.jd | 107 <div class="heading">Best practice: App description</div> 141 <div class="heading">Description includes repetitive keywords</div> 181 <div class="heading">Description includes unrelated keywords or references</div> 217 <div class="heading">Description includes excessive detail, references to your other apps</div> 255 <div class="heading">Inappropriate content in a review</div> 285 <div class="heading">Soliciting ratings</div> 367 <div class="heading">WebView spam</div>
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_track.js | 103 track.heading = this.thread_.parent.pid + ': ' + 106 track.heading = ''; 186 set heading(text) {
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_install_dialog_view.cc | 54 // Heading font size correction. 98 // Displays the main heading "Install FooBar?". 227 // the heading centered vertically wrt the icon.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.html | 297 // Display content under heading when spacebar or right-arrow pressed 299 // Move to next heading when down-arrow pressed 300 // Move to previous heading when up-arrow pressed
|