HomeSort by relevance Sort by last modified time
    Searched full:anchor (Results 101 - 125 of 1542) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ash/shelf/
overflow_bubble.h 36 // Shows an bubble pointing to |anchor| with |shelf_view| as its content.
37 void Show(views::View* anchor, ShelfView* shelf_view);
  /external/chromium_org/chrome/browser/resources/chromeos/
about_sys.html 17 <div id="anchor" jscontent="anchor"></div>
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller_unittest.mm 52 // left edge of the buble to the anchor point.
68 // the right edge of the buble to the anchor point.
84 // the bubble arrow to the anchor point.
94 // Make sure the bubble arrow points to the anchor.
101 // the bubble arrow to the anchor point.
111 // Make sure the bubble arrow points to the anchor.
118 // the bubble towards the anchor point.
128 // Make sure the bubble arrow points to the anchor.
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
permissions.json 4 "anchor": "host-permissions",
22 "anchor": "favicon",
  /external/chromium_org/ppapi/cpp/
text_input_controller.cc 52 uint32_t anchor) {
58 anchor);
  /external/chromium_org/third_party/WebKit/ManualTests/
viewport-width-test-after-history-navigation.html 22 document.getElementById('anchor').dispatchEvent(evt);
31 <a id='anchor' href='data:text/html,
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.cpp 10 // This file just contains the anchor for the AArch64MachineFunctionInfo to
18 void AArch64MachineFunctionInfo::anchor() { } function in class:AArch64MachineFunctionInfo
  /external/chromium_org/ppapi/api/dev/
ppb_text_input_dev.idl 76 * the caret position within <code>text</code>. <code>anchor</code> is the
77 * byte-index of the anchor position (i.e., if a range of text is selected,
79 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
89 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
98 [in] uint32_t anchor);
  /external/chromium_org/ppapi/api/
ppb_text_input_controller.idl 73 * the caret position within <code>text</code>. <code>anchor</code> is the
74 * byte-index of the anchor position (i.e., if a range of text is selected,
76 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
86 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
94 [in] uint32_t anchor);
  /external/chromium_org/ppapi/c/
ppb_text_input_controller.h 95 * the caret position within <code>text</code>. <code>anchor</code> is the
96 * byte-index of the anchor position (i.e., if a range of text is selected,
98 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
108 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
116 uint32_t anchor);
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 123 // Returns string representation of anchor kind.
124 static string FormatAnchor(Prog::Anchor anchor) {
125 switch (anchor) {
282 Prog::Anchor anchor,
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 123 // Returns string representation of anchor kind.
124 static string FormatAnchor(Prog::Anchor anchor) {
125 switch (anchor) {
282 Prog::Anchor anchor,
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 93 public void setAnchorView(View anchor) {
94 mAnchorView = anchor;
103 throw new IllegalStateException("MenuPopupHelper cannot be used without an anchor");
116 View anchor = mAnchorView; local
117 if (anchor != null) {
119 mTreeObserver = anchor.getViewTreeObserver(); // Refresh to latest
123 mPopup.setAnchorView(anchor);
200 final View anchor = mAnchorView; local
201 if (anchor == null || !anchor.isShown())
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
  /external/regex-re2/re2/
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleController.java 31 * media source. It allows specifying which tracks to display, on which anchor
146 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
263 /** @hide - should be called from anchor thread */
300 /** @hide - must be called from anchor thread */
343 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
360 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
424 * Subtitle anchor, an object that is able to display a subtitle renderer
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
known_broken_links.json 18 "target anchor not found"
48 "target anchor not found"
54 "target anchor not found"
60 "target anchor not found"
66 "target anchor not found"
72 "target anchor not found"
78 "target anchor not found"
84 "target anchor not found"
108 "target anchor not found"
192 "target anchor not found
    [all...]
  /external/tinyxml/docs/
classTiXmlAttribute.html 21 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0"></a><!-- doxytag: member="TiXmlAttribute::TiXmlAttribute" ref="a0" args="()" -->
25 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1"></a><!-- doxytag: member="TiXmlAttribute::TiXmlAttribute" ref="a1" args="(const std::string &amp;_name, const std::string &amp;_value)" -->
29 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2"></a><!-- doxytag: member="TiXmlAttribute::TiXmlAttribute" ref="a2" args="(const char *_name, const char *_value)" -->
33 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3"></a><!-- doxytag: member="TiXmlAttribute::Name" ref="a3" args="() const " -->
37 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4"></a><!-- doxytag: member="TiXmlAttribute::Value" ref="a4" args="() const " -->
41 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5"></a><!-- doxytag: member="TiXmlAttribute::IntValue" ref="a5" args="() const " -->
45 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a6"></a><!-- doxytag: member="TiXmlAttribute::DoubleValue" ref="a6" args="() const " -->
52 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8"></a><!-- doxytag: member="TiXmlAttribute::QueryDoubleValue" ref="a8" args="(double *_value) const " -->
56 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a9"></a><!-- doxytag: member="TiXmlAttribute::SetName" ref="a9" args="(const char *_name)" -->
60 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a10"></a><!-- doxytag: member="TiXmlAttribute::SetValue" ref="a10" args="(const char *_valu (…)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.html 39 var anchor = $('<a>');
40 anchor.attr('href', bookmarkNode.url);
41 anchor.text(bookmarkNode.title);
46 anchor.click(function() {
100 edit.val(anchor.text());
108 anchor.text(edit.val());
122 }).append(anchor);
  /external/chromium_org/chrome/browser/ui/gtk/
zoom_bubble_gtk.cc 36 // Need to manually set anchor width and height to ensure that the bubble shows
50 GtkWidget* anchor = browser->window()->IsFullscreen() ? local
59 g_bubble->bubble_->anchor_widget() == anchor) {
68 g_bubble = new ZoomBubbleGtk(anchor,
86 ZoomBubbleGtk::ZoomBubbleGtk(GtkWidget* anchor,
132 BubbleGtk::FrameStyle frame_style = gtk_widget_is_toplevel(anchor) ?
135 bubble_ = BubbleGtk::Show(anchor, &rect, event_box_, frame_style,
  /external/chromium_org/ash/
popup_message.cc 48 views::View* anchor,
69 views::View* anchor,
73 : views::BubbleDelegateView(anchor, arrow),
79 // An anchor can have an asymmetrical border for spacing reasons. Adjust the
80 // anchor location for this.
81 if (anchor->border())
82 insets += anchor->border()->GetInsets();
185 views::View* anchor,
191 caption, message, message_type, anchor, arrow, size_override,
  /frameworks/base/docs/html/reference/renderscript/
structrs__tm.html 36 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1590aa8850370a4712da801edb8da9e"></a><!-- doxytag: member="rs_tm::tm_sec" ref="ae1590aa8850370a4712da801edb8da9e" args="" -->
39 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abd4bd6ccf0d1f20859ecaecf850ce85b"></a><!-- doxytag: member="rs_tm::tm_min" ref="abd4bd6ccf0d1f20859ecaecf850ce85b" args="" -->
42 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afb46962bc20f8724567981adc3711b5a"></a><!-- doxytag: member="rs_tm::tm_hour" ref="afb46962bc20f8724567981adc3711b5a" args="" -->
45 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac87e43828f05bf62d0c770889b81ff15"></a><!-- doxytag: member="rs_tm::tm_mday" ref="ac87e43828f05bf62d0c770889b81ff15" args="" -->
48 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a34a5466d376e405f343ed4e1592d7832"></a><!-- doxytag: member="rs_tm::tm_mon" ref="a34a5466d376e405f343ed4e1592d7832" args="" -->
51 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74e582a615a448949969a0982d8a62d2"></a><!-- doxytag: member="rs_tm::tm_year" ref="a74e582a615a448949969a0982d8a62d2" args="" -->
54 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4d40217d3cd15b51e0093db1810426e4"></a><!-- doxytag: member="rs_tm::tm_wday" ref="a4d40217d3cd15b51e0093db1810426e4" args="" -->
57 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a589eab24c4d79f05f0b3601162ed34d0"></a><!-- doxytag: member="rs_tm::tm_yday" ref="a589eab24c4d79f05f0b3601162ed34d0" args="" -->
60 <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8cffdd224d2ea30a079a86ef1e41e111"></a><!-- doxytag: member="rs_tm::tm_isdst" ref="a8cffdd224d2ea30a079a86ef1e41e111" args="" -->
  /development/tools/idegen/
idegen.ipr 174 <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
177 <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
180 <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
183 <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
186 <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
192 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
198 <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
204 <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
210 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
215 <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
first_run_bubble.h 30 GtkWidget* anchor,
47 GtkWidget* anchor,
71 // The widget we anchor to, and a descendant of the toplevel window we
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.h 53 virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE;
54 virtual void hideValidationMessage(const WebCore::Element& anchor) OVERRIDE;
55 virtual bool isValidationMessageVisible(const WebCore::Element& anchor) OVERRIDE;

Completed in 526 milliseconds

1 2 3 45 6 7 8 91011>>