OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activated
(Results
26 - 50
of
889
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FileSelector.java
34
* the "
activated
" state, causing its background to highlight.
70
// line of text whose background is changes when
activated
.
75
// Tell the list view to show one checked/
activated
item at a time.
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
background.html
14
* Returns a handler which will open a new window when
activated
.
/external/chromium_org/chrome/browser/ui/
scoped_tabbed_browser_displayer.h
19
//
activated
by the time that ScopedTabbedBrowserDisplayer goes out of scope.
host_desktop.cc
57
//
activated
and the Ash desktop is still open. As it is, the Ash desktop
61
// to detect that the Windows desktop has been
activated
so that the native
browser_list.h
68
// Called by Browser objects when their window is
activated
(focused). This
94
// A vector of the browsers in this list that have been
activated
, in the
95
// reverse order in which they were last
activated
.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
background.js
6
* Returns a handler which will open a new window when
activated
.
/external/chromium_org/chromeos/test/data/network/
shill_cellular_with_state.json
5
"Cellular.ActivationState": "
activated
",
/external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h.in
61
* should be
activated
only when debugging libxslt. It replaces the
70
* should be
activated
only when debugging libxslt.
71
* DEBUG_MEMORY_LOCATION should be
activated
only when libxml has
80
* should be
activated
if the existing libc library lacks some of the
/external/chromium_org/ui/app_list/views/
apps_grid_view_delegate.h
23
// Invoked when an item is
activated
on the grid view. |event_flags| contains
/external/chromium_org/ui/aura/client/
activation_delegate.h
22
// Returns true if the window should be
activated
.
/external/chromium_org/ui/views/corewm/
focus_rules.h
18
// focused or
activated
.
26
// call CanActivateWindow() to determine if a window can be
activated
.
28
// Returns true if |window| can be
activated
or focused.
46
// transient being
activated
instead.
/external/libxslt/libxslt/
xsltconfig.h.in
61
* should be
activated
only when debugging libxslt. It replaces the
70
* should be
activated
only when debugging libxslt.
71
* DEBUG_MEMORY_LOCATION should be
activated
only when libxml has
80
* should be
activated
if the existing libc library lacks some of the
/external/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/ndk/sources/cxx-stl/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java
67
public void setActivated(boolean
activated
) {
68
super.setActivated(
activated
);
70
mRadioButton.setChecked(
activated
);
75
Log.wtf(TAG, "radio-button cannot be
activated
because it is null");
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_prolog.h
10
* the debug features available in user config file is
activated
. */
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_focus_rules.cc
48
// should never be
activated
. We should return the content_window_ if it
49
// can be
activated
in this case.
/external/chromium_org/remoting/host/
curtain_mode_linux.cc
37
bool
activated
= IsXvfbSession();
local
38
if (!
activated
) {
43
return
activated
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.h
43
//
activated
from memory.
46
// * Holder for the CGFontRef & ATSFontRef belonging to the
activated
font.
62
//
activated
font. i.e. After we activate a font, its ATSFontRef doesn't
/external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.h
44
// Elevation is supported (Vista+) the
activated
instance is elevated,
45
// otherwise it is
activated
under credentials of the caller.
/external/chromium_org/ui/base/accelerators/
accelerator_manager.h
62
// Returns true if an accelerator was
activated
.
65
// Returns the AcceleratorTarget that should be
activated
for the specified
Completed in 488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>