OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handles
(Results
201 - 225
of
5314
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/password_manager/
password_store_default.cc
22
// MigrateHelper
handles
migration from WebDB to PasswordStore. It runs
43
typedef std::set<WebDataService::Handle>
Handles
;
53
// Set of
handles
from requesting data from the WebDB.
54
Handles
handles_;
60
for (
Handles
::const_iterator i = handles_.begin(); i != handles_.end(); ++i)
/external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.h
115
//
Handles
a successful download, merging |updated_contacts| and saving the
121
//
Handles
a failed update. A new update is scheduled.
124
//
Handles
|db_|'s initialization. On success, we start loading the contacts
129
//
Handles
contacts being loaded from |db_|. On success, we merge the loaded
135
//
Handles
contacts being saved to |db_|. Now that the contacts are no longer
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h
117
// Reference to NetworkStateInformer that
handles
changes in network
121
// Reference to CoreOobeHandler that
handles
common requests of Oobe page.
124
// Reference to NetworkDropdownHandler that
handles
interaction with
140
// Reference to ErrorScreenHandler that
handles
error screen
144
// Reference to SigninScreenHandler that
handles
sign-in screen requests and
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectionHandleController.java
27
/** Whether
handles
should show automatically when text is selected. */
144
* If the
handles
are not visible, sets their visibility to View.VISIBLE and begins fading them
153
* Sets the start and end
handles
to the given visibility.
161
* Shows the
handles
if allowed.
173
* Sets both start and end position and show the
handles
.
/external/chromium_org/remoting/host/
desktop_session_agent.h
112
//
Handles
StartSessionAgent request from the client.
117
//
Handles
CaptureFrame requests from the client.
120
//
Handles
SharedBufferCreated notification from the client.
123
//
Handles
event executor requests from the client.
128
//
Handles
ChromotingNetworkDesktopMsg_SetScreenResolution request from
/external/chromium_org/sandbox/win/src/
handle_closer_agent.cc
14
// called for invalid
handles
so it catches STATUS_INVALID_HANDLE exceptions
37
// Memory buffer mapped from the parent, with the list of
handles
.
95
// Keep incrementing until we hit the number of
handles
reported by
97
//
handles
we assume that we've run past the end of the table.
128
// Empty set means close all
handles
of this type; otherwise check name.
shared_handles.h
20
// SharedHandles is a simple class to stash and find windows object
handles
62
// how many
handles
can it store. If initialization fails the return value
98
// Uses linear search because we expect the number of
handles
to be
/external/chromium_org/third_party/mongoose/
chrome-mongoose-modifications.diff
39
- HANDLE
handles
[] = {cv->signal, cv->broadcast};
40
+ HANDLE
handles
[2];
41
+
handles
[0] = cv->signal;
42
+
handles
[1] = cv->broadcast;
44
WaitForMultipleObjects(2,
handles
, FALSE, INFINITE);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java
74
// Checks the MediaPlaybackActivity
handles
audio/mp3.
80
// Checks the MediaPlaybackActivity
handles
audio/*.
87
// Checks the MediaPlaybackActivity
handles
application/itunes. Some servers
125
// Helper method to check the media playback activity
handles
the given mime type.
133
// Helper method to check that NO activity
handles
the given mime type.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java
90
*
Handles
initialization of this gesture. Called when the gesture is
104
*
Handles
updating of the gesture state for a new mouse position.
113
*
Handles
termination of the gesture. This method is called when the
125
*
Handles
a key press during the gesture. May be called repeatedly when the
136
*
Handles
a key release during the gesture.
/development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java
62
// get
handles
to the JetView from XML and the JET thread.
73
// set up
handles
for instruction text and game timer text
86
*
Handles
component interaction
/external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h
77
//
Handles
a message from the ExtensionMessageService.
82
//
Handles
a message sent from an extension through the
85
//
Handles
a disconnect event sent from the ExtensionMessageService.
/external/chromium/chrome/browser/download/
download_history.cc
15
// database
handles
in incognito mode starting at -1 and progressively getting
51
// We have to make sure that these
handles
don't collide with normal db
52
//
handles
, so we use a negative value. Eventually, they could overlap, but
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu.js
50
*
Handles
mouseover events and selects the hovered item.
60
*
Handles
mouseout events and deselects any selected item.
81
* This is the function that
handles
keyboard navigation. This is usually
/external/chromium_org/ash/system/monitor/
tray_monitor.cc
62
void TrayMonitor::OnGotHandles(const std::list<base::ProcessHandle>&
handles
) {
76
for (std::list<base::ProcessHandle>::const_iterator i =
handles
.begin();
77
i !=
handles
.end(); ++i) {
/external/chromium_org/chrome/browser/resources/apps_debugger/js/
pack_item_overlay.js
42
*
Handles
a click on the pack button.
54
*
Handles
a commit on the pack request.
68
*
Handles
the showing of the item private key file.
/external/chromium_org/chrome/browser/resources/file_manager/js/
commandbutton.js
98
*
Handles
click event and dispatches associated command.
108
*
Handles
keypress event and dispatches associated command.
124
*
Handles
changes to the associated command.
/external/chromium_org/chromeos/dbus/
image_burner_client.cc
84
//
Handles
burn_finished signal and calls |handler|.
100
//
Handles
burn_progress_udpate signal and calls |handler|.
117
//
Handles
the result of signal connection setup.
/external/chromium_org/content/public/common/
sandbox_init.h
43
// that works inside the sandbox and can send
handles
but not retrieve
55
// BrokerDuplicateHandle() to send
handles
to a process managed by
57
//
handles
to 64-bit NaCl processes. This returns true on success,
/external/chromium_org/ipc/
ipc_channel_reader.h
38
//
Handles
asynchronously read data.
71
// This will read from the input_fds_ and read more
handles
from the FD
79
//
Handles
the first message sent over the pipe which contains setup info.
/external/chromium_org/net/socket/
stream_listen_socket.h
5
// Stream-based listen socket implementation that
handles
reading and writing
10
// StreamListenSocket
handles
IO asynchronously in the specified MessageLoop.
11
// This class is NOT thread safe. It uses WSAEVENT
handles
to monitor activity
/external/chromium_org/ppapi/proxy/
serialized_handle.h
24
// memory handle, socket descriptor, etc). This is useful for passing
handles
in
25
// resource messages and also makes it easier to translate
handles
in
124
// in NaClIPCAdapter to share
handles
with NaCl from Windows.
/external/chromium_org/sync/notifier/
invalidation_state_tracker.h
5
// An InvalidationStateTracker is an interface that
handles
persisting state
10
// - Payloads and locally generated ack
handles
, to support local acking.
81
// Used for generating our own local ack
handles
. Generates a new ack handle
/external/chromium_org/third_party/sqlite/src/test/
incrblob2.test
12
# Test that it is possible to have two open blob
handles
on a single
131
# The following tests - incrblob2-4.* - test that blob
handles
are
146
global
handles
154
set rc [catch {sqlite3_blob_read $
handles
($ii) $iOffset $nByte} msg]
168
set
handles
($ii) [db incrblob t1 data $ii]
183
set rc [catch {sqlite3_blob_write $::
handles
(3) 10 HELLO} msg]
209
#
handles
35 and 65.
216
# Insert a couple of new rows. This should not invalidate any
handles
.
223
# Delete all rows from 1 to 25. This should abort all
handles
up to 25.
230
# Delete the whole table (this will use sqlite3BtreeClearTable()). All
handles
[
all
...]
/external/chromium_org/ui/base/touch/
touch_editing_controller.h
47
// Returns true if the editable draws its own
handles
(hence, the
48
// TouchSelectionController need not draw
handles
).
71
// Returns true if the user is currently dragging one of the
handles
.
Completed in 1596 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>