Searched refs:isCollapsed (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DNewTabPagePrefs.java36 * @param isCollapsed Whether we want the currently open tabs list to be collapsed.
38 public void setCurrentlyOpenTabsCollapsed(boolean isCollapsed) { argument
39 nativeSetCurrentlyOpenTabsCollapsed(mNativeNewTabPagePrefs, isCollapsed);
54 * @param isCollapsed Whether we want the snapshot documents list to be collapsed.
56 public void setSnapshotDocumentCollapsed(boolean isCollapsed) { argument
57 nativeSetSnapshotDocumentCollapsed(mNativeNewTabPagePrefs, isCollapsed);
73 * @param isCollapsed Whether we want the recently closed tabs list to be collapsed.
75 public void setRecentlyClosedTabsCollapsed(boolean isCollapsed) { argument
76 nativeSetRecentlyClosedTabsCollapsed(mNativeNewTabPagePrefs, isCollapsed);
91 * @param isCollapsed Whethe
93 setSyncPromoCollapsed(boolean isCollapsed) argument
110 setForeignSessionCollapsed(ForeignSession session, boolean isCollapsed) argument
125 nativeSetCurrentlyOpenTabsCollapsed( long nativeNewTabPagePrefs, boolean isCollapsed) argument
129 nativeSetSnapshotDocumentCollapsed( long nativeNewTabPagePrefs, boolean isCollapsed) argument
133 nativeSetRecentlyClosedTabsCollapsed( long nativeNewTabPagePrefs, boolean isCollapsed) argument
137 nativeSetSyncPromoCollapsed(long nativeNewTabPagePrefs, boolean isCollapsed) argument
140 nativeSetForeignSessionCollapsed( long nativeNewTabPagePrefs, String sessionTag, boolean isCollapsed) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuList.h42 virtual bool isCollapsed() const OVERRIDE;
H A DAXMenuList.cpp85 bool AXMenuList::isCollapsed() const function in class:blink::AXMenuList
H A DAXMenuListPopup.cpp51 return m_parent->isCollapsed();
H A DAXObject.h364 virtual bool isCollapsed() const { return false; } function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDOMSelection.h81 bool isCollapsed() const;
H A DSelection.idl47 readonly attribute boolean isCollapsed;
H A DDOMSelection.cpp166 bool DOMSelection::isCollapsed() const function in class:blink::DOMSelection
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp72 bool isCollapsed() const { return Instrs.empty(); } function in struct:__anon25742::DomainValue
230 if (DV->AvailableDomains && !DV->isCollapsed())
287 if (dv->isCollapsed())
324 assert(!A->isCollapsed() && "Cannot merge into collapsed");
325 assert(!B->isCollapsed() && "Cannot merge from collapsed");
407 if (LiveRegs[rx].Value->isCollapsed()) {
410 if (!pdv->isCollapsed() && pdv->hasDomain(Domain))
416 if (!pdv->isCollapsed())
619 if (dv->isCollapsed()) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDatabaseQueryView.js60 if (!this._prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
112 if (!this._prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.js748 CaretBrowsing.isCollapsed = function(sel) {
826 if (!evt.shiftKey && !CaretBrowsing.isCollapsed(sel)) {
878 if (!evt.shiftKey && !CaretBrowsing.isCollapsed(sel)) {
932 if (!evt.shiftKey && !CaretBrowsing.isCollapsed(sel)) {
1047 if (!evt.shiftKey && !CaretBrowsing.isCollapsed(sel)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextPrompt.js229 if (!this.isCaretInsidePrompt() && window.getSelection().isCollapsed) {
376 else if (!selection.isCollapsed)
625 if (!selection.rangeCount || !selection.isCollapsed)
H A DDOMExtension.js364 if (!selection.rangeCount || !selection.isCollapsed)
H A DUIUtils.js650 if (!WebInspector._isTextEditingElement(WebInspector._currentFocusElement) && selection.isCollapsed && !WebInspector._currentFocusElement.isInsertionCaretInside()) {
H A Dtreeoutline.js664 if (selection && !selection.isCollapsed && element.isSelfOrAncestor(selection.anchorNode) && element.isSelfOrAncestor(selection.focusNode))
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_enum_conversion.cc16 if (o.isCollapsed())
28 if (!o.isCollapsed())
/external/chromium_org/third_party/WebKit/public/web/
H A DWebAXObject.h97 BLINK_EXPORT bool isCollapsed() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp253 bool WebAXObject::isCollapsed() const function in class:blink::WebAXObject
258 return m_private->isCollapsed();
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc511 .SetProperty("isCollapsed", &WebAXObjectProxy::IsCollapsed)
741 return !accessibility_object_.isCollapsed();
761 return accessibility_object_.isCollapsed();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleView.js693 if (!this._prompt.isCaretInsidePrompt() && window.getSelection().isCollapsed)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js225 if (!window.getSelection().isCollapsed)
626 if (!window.getSelection().isCollapsed)
H A DStylesSidebarPane.js1714 if (!window.getSelection().isCollapsed)
2857 if (!window.getSelection().isCollapsed)
3062 if (selection.isCollapsed && !selection.focusOffset) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 4523 milliseconds

12