OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:when
(Results
751 - 775
of
50734
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/chrome_frame/infobars/
infobar_manager.h
25
// own the pointer (resources will be freed
when
the window is destroyed).
39
// InfobarContent is deleted
when
the Infobar facility is finished with the
40
// content (either through failure or
when
successfully hidden).
/external/chromium_org/components/dom_distiller/core/
distiller_url_fetcher.h
31
// This class fetches a URL, and notifies the caller
when
the operation
38
// Indicates
when
a fetch is done.
41
// Fetches a |url|. Notifies
when
the fetch is done via |callback|.
/external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher.h
27
// a provided Delegate
when
the request is complete.
32
// Invoked
when
the UserInfo request has succeeded, passing the parsed
38
// Invoked
when
the UserInfo request has failed, passing the associated
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewClient.java
17
* The implementer is responsible for displaying the Android view
when
22
* Called
when
the video view is ready to be shown. Must be implemented.
28
* Called
when
it's time to destroy the video view. Must be implemented.
InterstitialPageDelegateAndroid.java
35
* Called
when
"proceed" is triggered on the interstitial.
42
* Called
when
"dont' proceed" is triggered on the interstitial.
49
* Called
when
a command has been received from the interstitial.
/external/chromium_org/content/public/browser/android/
download_controller_android.h
27
// Should be called
when
a download is started. It can be either a GET
32
// Called
when
a download is initiated by context menu.
37
// Called
when
a dangerous download item is verified or rejected.
/external/chromium_org/content/public/browser/
browser_child_process_host_delegate.h
21
// it's ok to shutdown,
when
really it's not.
24
// Called
when
the process has been started.
27
// Called if the process crashed. |exit_code| is the status returned
when
the
browser_child_process_observer.h
18
// Called
when
a child process host has connected to a child process.
25
// Called
when
a child process disappears unexpectedly as a result of a crash.
28
// Called
when
an instance of a particular child is created in a page. If one
/external/chromium_org/content/public/renderer/
context_menu_client.h
14
// events are separate.
When
the user selects and item you'll get both events.
19
// Called
when
the user selects a context menu item. The request ID will be
24
// Called
when
the context menu is closed. The request ID will be the value
render_frame_observer.h
25
// By default, observers will be deleted
when
the RenderFrame goes away. If
29
// Called
when
a Pepper plugin is created.
48
// This is called by the RenderFrame
when
it's going away so that this object
/external/chromium_org/content/renderer/
external_popup_menu.h
34
// Called
when
the user has selected an item. |selected_item| is -1 if the
40
// Called
when
the user has selected items or canceled the popup.
53
// Popups may be displaced
when
screen metrics emulation is enabled.
/external/chromium_org/media/cdm/ppapi/
cdm_video_decoder.h
24
// returns |cdm::kSuccess|
when
an output frame is available. Returns
25
// |cdm::kNeedMoreData|
when
|compressed_frame| does not produce an output
26
// frame. Returns |cdm::kDecodeError|
when
decoding fails.
/external/chromium_org/net/cert/
single_request_cert_verifier.h
14
// request
when
going out of scope.
20
// If a completion callback is pending
when
the verifier is destroyed, the
36
// Callback for
when
the request to |cert_verifier_| completes, so we
/external/chromium_org/net/dns/
mdns_client.h
35
// called
when
the transaction has finished (this is the last call to the
39
// called
when
the transaction has finished without finding any results.
40
// For transactions that use the network, this happens
when
a timeout
41
// occurs, for transactions that are cache-only, this happens
when
no
44
// Called
when
an NSec record is read for this transaction's
50
// Used
when
creating an MDnsTransaction.
53
// Note that single result transactions will signal
when
their timeout is
59
// TODO(noamsml): Add flag for flushing cache
when
feature is implemented
98
// Called
when
a record is added, removed or updated.
102
// Called
when
a record is marked nonexistent by an NSEC record
[
all
...]
/external/chromium_org/net/url_request/
url_fetcher_delegate.h
21
// This will be called
when
the URL has been fetched, successfully or not.
25
// This will be called
when
some part of the response is read. |current|
31
// This will be called
when
uploading of POST or PUT requests proceeded.
/external/chromium_org/remoting/host/
ipc_audio_capturer.h
30
// Called by DesktopSessionProxy
when
an audio packet is received.
34
// Invoked
when
an audio packet was received.
40
// Used to cancel tasks pending on the capturer
when
it is stopped.
/external/chromium_org/third_party/WebKit/ManualTests/
contenteditable-link.html
18
<div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active
when
the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div>
20
<div>Also,
when
a link is 'live' it can be dragged as a link, and
when
the link isn't 'live', dragging a link just performs a normal text selection.
drag-image-to-address-bar.html
7
<p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9952">Bugzilla bug 9952</a> REGRESSION: Repro crash
when
dragging an image from the window to the address bar</p>
18
Safari will crash
when
you drop the image onto the address bar or
when
you click it.
drag-with-div-or-image-as-data-image.html
37
<p>
When
you drag the first div, the image under the cursor should be of the second image. </p>
38
<p>
When
you drag the first image, the image under the cursor should be of the second div. </p>
52
<div id="divToUseAsImage">
When
a drag is started on the image, this is the div that is used as the drag image! (second div)</div>
/external/chromium_org/third_party/WebKit/ManualTests/scrollbars/
scrollbars-in-composited-layers.html
29
<p>Overlay scrollbars (on Mac) should show in the correct place
when
scrolling.</p>
34
<p>Overlay scrollbars (on Mac) should show in the correct place
when
scrolling, and the resize corner should show in the correct place.</p>
39
<p>Overlay scrollbars (on Mac) should show in the correct place
when
scrolling, and the resize corner should show in the correct place.</p>
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
load_rules_delegate.h
23
// The object to be notified
when
loading of address validation rules is
29
// Called
when
the validation rules for the |country_code| have been loaded.
35
// The |success| parameter is true
when
the rules were loaded successfully.
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
libjingleplus.h
29
// some common tasks, and emits signals
when
things change
49
*
when
it has something to report. The main thread should then wake up,
62
/* Called
when
the connection state changes */
65
/* Called
when
the socket closes */
68
/* Called
when
XMPP is being sent or received. Used for debugging */
73
/* Called
when
someone's Status is updated */
76
/* Called
when
a status update results in an error */
83
/* Called
when
a message comes in. */
88
/* Called
when
we start refreshing the roster */
90
/* Called
when
we have the entire roster *
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
en@boldquot.header
14
#
When
output to an UTF-8 terminal, the quotation characters appear perfectly.
15
#
When
output to an ISO-8859-1 terminal, the single quotation marks are
19
#
When
output to an ASCII terminal, the single quotation marks are
en@quot.header
14
#
When
output to an UTF-8 terminal, the quotation characters appear perfectly.
15
#
When
output to an ISO-8859-1 terminal, the single quotation marks are
19
#
When
output to an ASCII terminal, the single quotation marks are
/external/chromium_org/tools/gn/
location.h
32
const InputFile* file_; // Null
when
unset.
33
int line_number_; // -1
when
unset.
34
int char_offset_; // -1
when
unset.
Completed in 1837 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>