OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller
(Results
376 - 400
of
8017
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.h
46
// the IO thread to notify the
caller
about the failure.
49
// on the IO thread to notify the
caller
about the success.
/external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.h
77
// The
caller
of ResettableSettingsSnapshot.
92
SnapshotCaller
caller
);
/external/chromium_org/chrome/browser/spellchecker/
misspelling.cc
17
// Builds a value from a list of spellcheck suggestions. The
caller
owns the
25
// Builds a value from a spellcheck action. The
caller
owns the result.
/external/chromium_org/chrome/browser/ui/cocoa/
hung_renderer_controller.h
17
// The
caller
is required to call endForWebContents before deleting
64
// process with |contents|. The
caller
must not delete any tab
/external/chromium_org/content/browser/renderer_host/input/
input_router.h
53
// Returns |true| if the
caller
should immediately forward touch events to the
54
// router. When |false|, the
caller
can forego sending touch events, and
/external/chromium_org/content/renderer/media/
video_source_handler.h
30
// The ownership of the |frame| is transfered to the
caller
. So the
caller
/external/chromium_org/crypto/
nss_util_internal.h
25
// public-key data only (e.g. server certs).
Caller
must release
32
// successfully.
Caller
must release returned reference with
/external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager.h
65
// There's no guarantee that callback will run on the
caller
thread.
77
// this to avoid blocking the
caller
thread inappropriately.
/external/chromium_org/media/base/
user_input_monitor.h
55
// A
caller
must call EnableKeyPressMonitoring and
62
// EnableKeyPressMonitoring and DisableKeyPressMonitoring. So a
caller
can
/external/chromium_org/media/filters/
audio_decoder_selector.h
38
// Note: The
caller
owns selected AudioDecoder and DecryptingDemuxerStream.
39
// The
caller
should call DecryptingDemuxerStream::Reset() before
video_decoder_selector.h
37
// Note: The
caller
owns selected VideoDecoder and DecryptingDemuxerStream.
38
// The
caller
should call DecryptingDemuxerStream::Reset() before
/external/chromium_org/mojo/public/bindings/lib/
buffer.h
107
// Returns the internal memory owned by the Buffer to the
caller
. The Buffer
109
// and leaving the
caller
responsible for freeing the returned memory address
/external/chromium_org/net/base/
filter.h
19
// To filter a data stream, the
caller
first gets filter's stream_buffer_
23
// and read out, the
caller
may fill in stream_buffer_ again. This
27
// The lifetime of a Filter instance is completely controlled by its
caller
.
111
// filtering. At this point, the
caller
is free to reuse the filter
169
// If the function returns 0 then all data has been filtered, and the
caller
174
// stream_buffer_, the
caller
should call this function to notify Filter to
175
// start filtering. Then after this function is called, the
caller
can get
176
// post-filtered data using ReadFilteredData. The
caller
must not write to
/external/chromium_org/net/third_party/nss/ssl/
sslreveal.c
14
* the
caller
should delete the cert when done with SSL_DestroyCertificate
52
* the
caller
should free url when done
/external/chromium_org/ppapi/api/
ppb_var_array.idl
22
* the
caller
.
33
* element returned is incremented on behalf of the
caller
. If
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
TouchInputHandler.java
39
* Called whenever the client display area changes size. The
caller
will handle repainting
45
* Called when the host screen size is changed. The
caller
will handle repainting after this
/external/chromium_org/remoting/host/
chromoting_host_context.h
27
// During shutdown the
caller
should tear-down the ChromotingHostContext and
80
//
Caller
-supplied UI thread. This is usually the application main thread.
/external/chromium_org/remoting/protocol/
jingle_messages.h
59
//
Caller
keeps ownership of |stanza|.
63
//
Caller
keeps ownership of |stanza|. |error| is set to debug error
/external/chromium_org/third_party/iccjpeg/
iccjpeg.h
69
* and must be freed by the
caller
with free() when the
caller
no longer
/external/chromium_org/third_party/icu/source/common/
uresimp.h
119
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the
caller
.
122
* @return a pointer to a UResourceBundle struct. If fill in param was NULL,
caller
must delete it
139
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the
caller
.
142
* @return a pointer to a UResourceBundle struct. If fill in param was NULL,
caller
must delete it
192
* @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the
caller
.
198
* @return a pointer to a UResourceBundle struct. If fill in param was NULL,
caller
must delete it
220
* @return a pointer to a UResourceBundle struct. If fill in param was NULL,
caller
must delete it
251
* The
caller
does not own this string.
/external/chromium_org/third_party/leveldatabase/src/db/
memtable.h
23
// is zero and the
caller
must call Ref() at least once.
47
// The
caller
must ensure that the underlying MemTable remains live
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.h
39
* Subclass this to add
caller
-specific data
60
* Called at end of input program to allow
caller
to append extra
/external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.c
160
_mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *
caller
)
163
_mesa_error(ctx, GL_INVALID_VALUE, "%s",
caller
);
170
_mesa_error(ctx, GL_INVALID_VALUE, "%s",
caller
);
174
_mesa_error(ctx, GL_INVALID_OPERATION, "%s",
caller
);
402
const char *
caller
)
405
_mesa_error(ctx, GL_INVALID_VALUE, "%s",
caller
);
412
_mesa_error(ctx, GL_INVALID_VALUE, "%s",
caller
);
416
_mesa_error(ctx, GL_INVALID_OPERATION, "%s",
caller
);
shaderobj.h
60
_mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *
caller
);
82
const char *
caller
);
/external/chromium_org/third_party/skia/include/utils/
SkCanvasStateUtils.h
47
* to reconstruct the canvas. The
caller
is responsible for calling
61
* identical to the captured canvas. The
caller
is responsible for
Completed in 938 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>