HomeSort by relevance Sort by last modified time
    Searched full:when (Results 1251 - 1275 of 50734) sorted by null

<<51525354555657585960>>

  /external/chromium_org/content/public/common/
frame_navigate_params.h 26 // page IDs for user actions, and the old page IDs will be reloaded when
33 // The base URL for the page's document when the frame was committed. Empty if
36 // This is of interest when a MHTML file is loaded, as the base URL has been
49 // with the current page being the last one in the list (so even when
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.h 68 // lock request won't be sent when there is a pending unlock request.
72 // Used when locking to indicate when a target application has voluntarily
79 // when it is destroyed.
  /external/chromium_org/content/renderer/pepper/
pepper_browser_connection.h 25 // sending/receiving pepper ResourceHost related messages. When the browser
44 // run when a reply is received with the pending resource IDs.
50 // Called when the renderer creates an in-process instance.
56 // Called when the renderer deletes an in-process instance.
  /external/chromium_org/content/test/data/npapi/
alert_in_window_message.html 15 Tests that there's no deadlock when a plugin creates an alert in response to a synchronous Windows message from the browser process.
npobject_lifetime_test_second_instance.html 12 the npobject is callable when the frame is destroyed.
self_delete_plugin_geturl.html 23 This test is for a corner case when a plugin executes a script
self_delete_plugin_invoke.html 18 This test is for a corner case when a plugin executes a script
  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.h 12 // The NPObjectProxyTest tests that when we proxy an NPObject that is itself
plugin_npobject_proxy_test.h 13 // The NPObjectProxyTest tests that when we proxy an NPObject that is itself
  /external/chromium_org/extensions/browser/
extension_prefs_scope.h 21 // Incognito profile; preference is kept in memory and deleted when the
  /external/chromium_org/google_apis/drive/
auth_service_observer.h 14 // Triggered when a new OAuth2 refresh token is received from AuthService.
  /external/chromium_org/media/base/simd/
empty_register_state_mmx.asm 11 ; TODO(wolenetz): Use MMX intrinsics when compiling win64 with Visual
  /external/chromium_org/mojo/common/
message_pump_mojo_handler.h 14 // Used by MessagePumpMojo to notify when a handle is either ready or has become
  /external/chromium_org/mojo/public/utility/
run_loop_handler.h 13 // Used by RunLoop to notify when a handle is either ready or has become
  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.h 35 // to any |Channel|. When *attached*, it gets a reference to a |Channel| and
38 // - When attached, a |ProxyMessagePipeEndpoint| starts out not running. When
78 // |MessageInTransit::kInvalidEndpointId| when we're attached.
  /external/chromium_org/net/base/
file_stream_net_log_parameters.h 18 // Creates NetLog parameters when a FileStream has an error.
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /external/chromium_org/net/dns/
dns_config_service.h 56 // Suffix search list; used on first lookup when number of dots in given name
94 // Service for reading system DNS settings, on demand or when signalled by
109 // Attempts to read the configuration. Will run |callback| when succeeded.
134 // Called when the current config (except hosts) has changed.
136 // Called when the current hosts have changed.
150 // Called when the config becomes complete. Stops the timer.
163 // True if receiver needs to be updated when the config becomes complete.
166 // Set when |timer_| expires.
172 // Initialized and updated when |timer_| expires.
  /external/chromium_org/net/http/
http_pipelined_host.h 46 // Called when a pipelined host has no outstanding requests on any of its
50 // Called when a pipelined host has newly available pipeline capacity, like
51 // when a request completes.
54 // Called when a host determines if pipelining can be used.
  /external/chromium_org/net/quic/
quic_packet_generator.h 8 // just-in-time. When a packet needs to be sent, the Generator
30 // an Ack frame which will then be included in the packet. When
35 // add data to the "current" packet. When the current packet becomes
36 // full, it will be serialized and sent to the packet. When batch
42 // as after batch operations are complete. When not in batch mode,
45 // TODO(rch): This behavior should probably be tuned. When not in batch
49 // When an FEC packet is generated, it will be send to the Delegate,
84 // Called when a frame has been added to the current packet.
97 // CreateAckFrame() and CreateFeedbackFrame() when the packet is serialized.
  /external/chromium_org/net/spdy/
spdy_websocket_stream.h 32 // Called when InitializeStream() finishes asynchronously. This delegate is
48 // Called when data is sent.
51 // Called when data is received.
54 // Called when SpdyStream is closed.
  /external/chromium_org/ppapi/api/dev/
ppb_alarms_dev.idl 37 PP_Optional_Double_Dev when;
46 * <code>when</code> or <code>delay_in_minutes</code>. If not set, the alarm
58 * Fired when an alarm has elapsed. Useful for event pages.
61 * @param[inout] user_data The opaque pointer that was used when registering the
83 * <code>PP_Alarms_AlarmCreateInfo_Dev.when</code> can be set to less than 1
87 * To help you debug your app or extension, when you've loaded it unpacked,
93 * @param[in] alarm_info Describes when the alarm should fire. The initial
94 * time must be specified by either <code>when</code> or
98 * <code>when</code> or <code>delay_in_minutes</code> is set for a repeating
  /external/chromium_org/ppapi/api/
ppp_graphics_3d.idl 22 * Called when the OpenGL ES window is invalidated and needs to be repainted.
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_proxy_private.idl 10 /* Called when the given plugin process has crashed. */
  /external/chromium_org/ppapi/c/dev/
ppb_alarms_dev.h 56 struct PP_Optional_Double_Dev when; member in struct:PP_Alarms_AlarmCreateInfo_Dev
65 * <code>when</code> or <code>delay_in_minutes</code>. If not set, the alarm
84 * Fired when an alarm has elapsed. Useful for event pages.
87 * @param[inout] user_data The opaque pointer that was used when registering the
116 * <code>PP_Alarms_AlarmCreateInfo_Dev.when</code> can be set to less than 1
120 * To help you debug your app or extension, when you've loaded it unpacked,
126 * @param[in] alarm_info Describes when the alarm should fire. The initial
127 * time must be specified by either <code>when</code> or
131 * <code>when</code> or <code>delay_in_minutes</code> is set for a repeating

Completed in 907 milliseconds

<<51525354555657585960>>