OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updates
(Results
126 - 150
of
5076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/web_applications/
web_app_mac.h
63
//
Updates
the plist inside |app_path| with information about the app.
66
//
Updates
the icon for the shortcut.
87
//
Updates
the InfoPlist.string inside |app_path| with the display name for
91
//
Updates
the bundle id of the internal copy of the app shim bundle.
/external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
background.js
5
// This event is fired each time the user
updates
the text in the omnibox,
/external/chromium_org/chrome/common/extensions/docs/server2/
mock_file_system.py
18
#
Updates
are modelled are stored as TestFileSystems because they've
25
def Create(file_system,
updates
):
27
for update in
updates
:
92
return 'MockFileSystem(read_count=%s, stat_count=%s,
updates
=%s)' % (
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
location.html
18
to listen for location
updates
:
/external/chromium_org/chrome/installer/setup/
chrome_frame_ready_mode.h
16
// Removes the ChromeFrameReadyMode flag from the registry,
updates
Chrome's
/external/chromium_org/chrome/test/chromedriver/extension/
background.js
15
*
Updates
the properties of the current window.
/external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.h
20
// of Chrome Frame having been installed via the .MSI or by
updates
to Chrome
/external/chromium_org/chromeos/ime/
ibus_bridge.h
41
//
Updates
current InputContextHandler. If there is no active input context,
50
//
Updates
current EngineHandler. If there is no active engine service, pass
59
//
Updates
current CandidatWindowHandler. If there is no active candidate
68
//
Updates
current PropertyHandler. If there is no active property service,
/external/chromium_org/content/browser/aura/
browser_compositor_output_surface_proxy.h
19
// Directs vsync
updates
to the appropriate BrowserCompositorOutputSurface.
/external/chromium_org/content/browser/device_orientation/
message_filter.h
15
// Helper class that observes a Provider and forwards
updates
to a RenderView.
observer_delegate.h
20
// Create ObserverDelegate that observes provider and forwards
updates
to
/external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h
29
// receiving
updates
52
//
updates
from the actual providers and sends an update with the overridden
87
// Starts the geolocation providers or
updates
their options (delegates to
91
//
Updates
the providers on the geolocation thread, which must be running.
/external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_write_batch.h
18
// This class holds a collection of
updates
to apply atomically to a database.
/external/chromium_org/content/browser/renderer_host/
overscroll_controller.h
35
// to the renderer, and the ACKs of events, and
updates
the overscroll gesture
51
// This must be called when the ACK for any event comes in. This
updates
the
92
// Processes an event and
updates
internal state for overscroll.
129
// The delegate that receives the overscroll
updates
. The delegate is not
overscroll_controller_delegate.h
14
// The delegate receives overscroll gesture
updates
from the controller and
/external/chromium_org/printing/
printing_context.h
41
// Asks the user what printer and format should be used to print.
Updates
the
50
// Selects the user's default printer and format.
Updates
the context with the
54
//
Updates
printer related settings. |job_settings| contains all print job
60
//
Updates
Print Settings. |job_settings| contains all print job
/external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command.cc
52
// Compute server types with unapplied
updates
that fall under our
65
// Don't process control type
updates
here. They will be handled elsewhere.
93
// Conflict resolution sometimes results in more
updates
to apply.
104
// We count the number of
updates
from both applicator passes.
update_applicator.cc
36
// Attempt to apply all
updates
, using multiple passes if necessary.
38
// Some
updates
must be applied in order. For example, children must be created
83
// conflict count and attempt to reapply these
updates
.
109
// The set of
updates
passed to the UpdateApplicator should already
/external/chromium_org/sync/sessions/
status_controller.cc
108
// Returns the number of
updates
received from the sync server.
110
const sync_pb::ClientToServerResponse&
updates
=
local
112
if (
updates
.has_get_updates()) {
113
return
updates
.get_updates().entries().size();
/external/chromium_org/ui/aura/
device_list_updater_aurax11.h
14
// Filters out global XInput notifications and
updates
the DeviceList.
/external/compiler-rt/BlocksRuntime/tests/
byrefcopy.c
32
// use a copy & see that it
updates
i
/external/libvorbis/
CHANGES
37
* build system
updates
61
* build system
updates
83
* extensive documentation
updates
95
* packaging and build
updates
/external/llvm/test/CodeGen/X86/
anyext.ll
3
; Use movzbl to avoid partial-register
updates
.
/frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h
28
// send
updates
in a while, this is its wakeup call.
/frameworks/base/core/java/android/print/
IPrintSpoolerClient.aidl
24
* Interface for receiving interesting state
updates
from the print spooler.
Completed in 591 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>