OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvisible
(Results
76 - 100
of
736
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/athena/test/
sample_activity.h
30
virtual bool
IsVisible
() OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/ui/
idle_app_name_notification_view.h
39
bool
IsVisible
();
/external/chromium_org/chrome/browser/resources/net_internals/
top_bar_view.js
54
newSubView.show(this.
isVisible
());
/external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc
22
EXPECT_TRUE(shelf->
IsVisible
());
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac_browsertest.mm
107
EXPECT_FALSE([sheet_window_
isVisible
]);
112
EXPECT_TRUE([sheet_window_
isVisible
]);
139
EXPECT_TRUE([browser_window
isVisible
]);
141
EXPECT_FALSE([browser_window
isVisible
]);
/external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_mac.mm
23
return [shelf_controller_
isVisible
] == YES;
/external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller_unittest.mm
39
EXPECT_TRUE([[controller window]
isVisible
]);
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
user_manager_mac.mm
73
- (BOOL)
isVisible
;
152
-(BOOL)
isVisible
{
153
return [[self window]
isVisible
];
191
return instance_ ? [instance_->window_controller()
isVisible
]: false;
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
permission_bubble_cocoa.h
30
virtual bool
IsVisible
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc
28
if (!host_->
IsVisible
())
/external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_ash.cc
21
if (!window->
IsVisible
())
/external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h
48
virtual PP_Bool
IsVisible
() const OVERRIDE;
/external/chromium_org/third_party/webrtc/base/
x11windowpicker.h
34
virtual bool
IsVisible
(const WindowId& id);
/external/droiddriver/src/com/google/android/droiddriver/validators/
VisibilityValidator.java
33
return element.
isVisible
() ? null : "invisible";
/frameworks/base/core/java/com/android/internal/widget/
LockScreenWidgetCallback.java
33
public boolean
isVisible
(View self);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
object_params.rs
29
if (!drawable->
isVisible
) {
/packages/apps/Mms/src/com/android/mms/model/
RegionMediaModel.java
58
public boolean
isVisible
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java
345
if (
isVisible
(mNameTextView)) {
357
if (
isVisible
(mPhoneticNameTextView)) {
368
if (
isVisible
(mDataView)) {
369
if (
isVisible
(mLabelView)) {
381
if (
isVisible
(mLabelView)) {
388
if (
isVisible
(mDataView)) {
394
if (
isVisible
(mLabelView)) {
405
if (
isVisible
(mSnippetView)) {
413
if (
isVisible
(mPresenceIcon)) {
420
if (
isVisible
(mStatusView))
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java
623
assertTrue(mDrawableContainer.
isVisible
());
634
assertTrue(mDrawableContainer.
isVisible
());
635
assertTrue(dr.
isVisible
());
637
assertFalse(mDrawableContainer.
isVisible
());
638
assertFalse(dr.
isVisible
());
680
assertFalse(dr0.
isVisible
());
684
assertFalse(dr1.
isVisible
());
689
assertTrue(dr0.
isVisible
());
695
assertTrue(dr1.
isVisible
());
696
assertFalse(dr0.
isVisible
());
[
all
...]
/external/chromium_org/ppapi/api/
ppb_view.idl
79
*
IsVisible
() determines whether the module instance might be visible to
82
* would not be visible to the user, but
IsVisible
() will return true.
97
PP_Bool
IsVisible
([in] PP_Resource resource);
104
* Most applications should use
IsVisible
() instead of this function since
129
* IsPageVisible() and
IsVisible
() if you want to account for page
134
* visible, as determined by
IsVisible
(), and do no updates if it is not
/external/chromium_org/ui/views/corewm/
tooltip_controller.cc
134
if (tooltip_window_ == target && tooltip_->
IsVisible
())
202
if (tooltip_->
IsVisible
())
218
if (tooltip_->
IsVisible
())
293
// We add the !tooltip_->
IsVisible
() below because when we come here from
298
if (tooltip_text_ != tooltip_text || !tooltip_->
IsVisible
() || ids_differ) {
326
return tooltip_->
IsVisible
();
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___view__1__1.html
18
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35">
IsVisible
</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> resource)</td></tr>
40
<p>If the module instance is scrolled off the view, the return value will be (0, 0, 0, 0). This clip rectangle does <em>not</em> take into account page visibility. Therefore, if the module instance is scrolled into view, but the page itself is on a tab that is not visible, the return rectangle will contain the visible rectangle as though the page were visible. Refer to <a class="el" href="struct_p_p_b___view__1__1.html#adfd3a2939a3bbdb0a7258cf061fd9f4b" title="IsPageVisible() determines if the page that contains the module instance is visible.">IsPageVisible()</a> and <a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> if you want to account for page visibility.</p>
41
<p>Most applications will not need to worry about the clip rectangle. The recommended behavior is to do full updates if the module instance is visible, as determined by <a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a>, and do no updates if it is not visible.</p>
153
<p>Most applications should use <a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> instead of this function since the module instance could be scrolled off of a visible page, and this function will still return true. However, depending on how your module interacts with the page, there may be certain updates that you may want to perform when the page is visible even if your specific module instance is not visible.</p>
184
<a class="anchor" id="a048d5c02d3cf41447b51fdc546f0ba35"></a><!-- doxytag: member="PPB_View::
IsVisible
" ref="a048d5c02d3cf41447b51fdc546f0ba35" args=")(PP_Resource resource)" -->
189
<td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* <a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35">PPB_View::
IsVisible
</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> resource)</td>
194
<p><a class="el" href="struct_p_p_b___view__1__1.html#a048d5c02d3cf41447b51fdc546f0ba35" title="
IsVisible
() determines whether the module instance might be visible to the user.">IsVisible()</a> determines (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_view.html
28
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c">
IsVisible
</a> () const </td></tr>
86
<p>If the module instance is scrolled off the view, the return value will be (0, 0, 0, 0). This clip rectangle does <em>not</em> take into account page visibility. Therefore, if the module instance is scrolled into view, but the page itself is on a tab that is not visible, the return rectangle will contain the visible rectangle as though the page were visible. Refer to <a class="el" href="classpp_1_1_view.html#a30a0919ba5e4209ef52207375c5fc5f6" title="IsPageVisible() determines if the page that contains the module instance is visible.">IsPageVisible()</a> and <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> if you want to account for page visibility.</p>
87
<p>Most applications will not need to worry about the clip rectangle. The recommended behavior is to do full updates if the module instance is visible, as determined by <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a>, and do no updates if it is not visible.</p>
182
<p>Most applications should use <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> instead of this function since the module instance could be scrolled off of a visible page, and this function will still return true. However, depending on how your module interacts with the page, there may be certain updates that you may want to perform when the page is visible even if your specific module instance is not visible.</p>
186
<a class="anchor" id="aff1f9900e594167a276a624e52e5ac4c"></a><!-- doxytag: member="pp::View::
IsVisible
" ref="aff1f9900e594167a276a624e52e5ac4c" args="() const " -->
191
<td class="memname">bool <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c">pp::View::
IsVisible
</a> </td>
199
<p><a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">IsVisible()</a> determines (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___view__1__2.html
18
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b">
IsVisible
</a> )(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> resource)</td></tr>
41
<p>If the module instance is scrolled off the view, the return value will be (0, 0, 0, 0). This clip rectangle does <em>not</em> take into account page visibility. Therefore, if the module instance is scrolled into view, but the page itself is on a tab that is not visible, the return rectangle will contain the visible rectangle as though the page were visible. Refer to <a class="el" href="struct_p_p_b___view__1__2.html#aafc97fdd80955aa32d6bca58828eabd6" title="IsPageVisible() determines if the page that contains the module instance is visible.">IsPageVisible()</a> and <a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> if you want to account for page visibility.</p>
42
<p>Most applications will not need to worry about the clip rectangle. The recommended behavior is to do full updates if the module instance is visible, as determined by <a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a>, and do no updates if it is not visible.</p>
175
<p>Most applications should use <a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> instead of this function since the module instance could be scrolled off of a visible page, and this function will still return true. However, depending on how your module interacts with the page, there may be certain updates that you may want to perform when the page is visible even if your specific module instance is not visible.</p>
206
<a class="anchor" id="a86813cde54dea35dd7cbe119f4a0fe7b"></a><!-- doxytag: member="PPB_View::
IsVisible
" ref="a86813cde54dea35dd7cbe119f4a0fe7b" args=")(PP_Resource resource)" -->
211
<td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>(* <a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b">PPB_View::
IsVisible
</a>)(<a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> resource)</td>
216
<p><a class="el" href="struct_p_p_b___view__1__2.html#a86813cde54dea35dd7cbe119f4a0fe7b" title="
IsVisible
() determines whether the module instance might be visible to the user.">IsVisible()</a> determines (…)
[
all
...]
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_view.html
28
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c">
IsVisible
</a> () const </td></tr>
87
<p>If the module instance is scrolled off the view, the return value will be (0, 0, 0, 0). This clip rectangle does <em>not</em> take into account page visibility. Therefore, if the module instance is scrolled into view, but the page itself is on a tab that is not visible, the return rectangle will contain the visible rectangle as though the page were visible. Refer to <a class="el" href="classpp_1_1_view.html#a30a0919ba5e4209ef52207375c5fc5f6" title="IsPageVisible() determines if the page that contains the module instance is visible.">IsPageVisible()</a> and <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> if you want to account for page visibility.</p>
88
<p>Most applications will not need to worry about the clip rectangle. The recommended behavior is to do full updates if the module instance is visible, as determined by <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a>, and do no updates if it is not visible.</p>
200
<p>Most applications should use <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">
IsVisible
()</a> instead of this function since the module instance could be scrolled off of a visible page, and this function will still return true. However, depending on how your module interacts with the page, there may be certain updates that you may want to perform when the page is visible even if your specific module instance is not visible.</p>
204
<a class="anchor" id="aff1f9900e594167a276a624e52e5ac4c"></a><!-- doxytag: member="pp::View::
IsVisible
" ref="aff1f9900e594167a276a624e52e5ac4c" args="() const " -->
209
<td class="memname">bool <a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c">pp::View::
IsVisible
</a> </td>
217
<p><a class="el" href="classpp_1_1_view.html#aff1f9900e594167a276a624e52e5ac4c" title="
IsVisible
() determines whether the module instance might be visible to the user.">IsVisible()</a> determines (…)
[
all
...]
Completed in 476 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>