/external/chromium/chrome/browser/download/ |
save_item.h | 37 void Update(int64 bytes_so_far); 49 // Update path for SaveItem, the actual file is renamed on the file thread.
|
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_impl.h | 31 // |download_location|: extensions originating from update URLs 77 // update URLs.
|
external_policy_extension_loader.cc | 24 LOG(WARNING) << "Policy specifies invalid update URL for external " 61 // The update URL might also contain semicolons.
|
/external/chromium/chrome/browser/geolocation/ |
access_token_store.cc | 71 DictionaryPrefUpdate update(g_browser_process->local_state(), 73 DictionaryValue* access_token_dictionary = update.Get();
|
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 31 // Only update if the current GPUInfo is not finalized. 80 // If not, return NULL; otherwise, update and return the current list.
|
/external/chromium/chrome/browser/history/ |
visitsegment_database.cc | 156 "UPDATE segments SET url_id = ? WHERE id = ?")); 205 sql::Statement update(GetDB().GetCachedStatement(SQL_FROM_HERE, 206 "UPDATE segment_usage SET visit_count = ? WHERE id = ?")); 207 if (!update) 210 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount)); 211 update.BindInt64(1, select.ColumnInt64(0)); 212 return update.Run(); 333 "UPDATE segments SET pres_index = ? WHERE id = ?"));
|
/external/chromium/chrome/browser/prefs/ |
scoped_user_pref_update.h | 70 // Triggers an update notification if Get() was called. 78 // Calling Get() implies that an update notification is necessary at
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.h | 52 // Update the BASE_VERSION and SERVER_VERSION, post-commit. 67 // Update the SERVER_ fields to reflect the server state after committing.
|
update_applicator.h | 51 // SyncSession -- to get that to happen, call this method after update 62 // Adjusts the UpdateIterator members to move ahead by one update.
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.h | 8 // context to things like "conflict progress", "update progress", etc, and the 41 // A container for the source of a sync session. This includes the update 187 // Tracks update application and verification. 196 // Log a successful or failing update attempt. 206 // Returns the number of update application attempts. This includes both 213 // Count the number of successful update applications that have happend this 218 // Returns true if at least one update application failed due to a conflict 246 // DirtyOnWrite wraps a value such that any write operation will update a
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_controller.h | 35 // Needed to find out how much the tweaker changed sizes to update the 73 // Update item's visibility depending on if the item is still completely
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_controller.h | 63 // Sents an update to the find bar with the tab contents' current result. The 65 // de-flickering in addition to just calling the update function.
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container_native.h | 36 // Tells the container to update less frequently during resizing operations 88 // Cached here to update ever changing renderers.
|
tab_contents_container_views.h | 35 // Tells the container to update less frequently during resizing operations 76 // Cached here to update ever changing renderers.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.h | 39 // Notifies the DraggedTabView that it should update itself. 40 void Update();
|
/external/chromium/chrome/browser/ui/webui/ |
cookies_tree_model_adapter.h | 49 // update the WebUI. 65 // Flag to indicate whether there is a batch update in progress.
|
/external/chromium/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
popup.html | 62 //chrome.windows.update(windowId, {focused: true}); 63 chrome.tabs.update(tabId, { selected: true });
|
/external/chromium/chrome/common/extensions/docs/server/ |
README | 27 1. Increment the version in app.yaml so we can roll back if the update breaks. 31 appcfg.py update .
|
/external/chromium/chrome/common/extensions/docs/static/ |
external_extensions.html | 41 <a href="autoupdate.html#H2-1">update URL</a>. 54 <a href="autoupdate.html#H2-1">update URL</a>, ensure that the extension 65 or the update URL from which it is served </li> 137 If you are installing from an update URL, specify the extension's update URL 195 <p>To update your extension to a new version, 196 update the file, and then update the version
|
/external/clang/test/SemaCXX/ |
constexpr-turing.cpp | 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } function 37 run(tm, move(update(tape, tm[state][tape.val].tape),
|
/external/clang/utils/ |
clang-completion-mode.el | 182 ;; updated, do so (and update the display of results). 183 (defun clang-update-filter () 191 ;; update the filter for the currently-active code completion. 195 (clang-update-filter) 198 ;; Invoked when the user types the backspace key to update the filter 203 (clang-update-filter)) 205 ;; Invoked when the user types the delete key to update the filter 210 (clang-update-filter))
|
/external/e2fsprogs/ |
INSTALL.elfbin | 16 2) Run ldconfig to update the shared library pointers. 18 As root, type /sbin/ldconfig. This will update the links to
|
/external/e2fsprogs/lib/ext2fs/ |
mkdir.c | 119 * Update parent inode's counts 129 * Update accounting....
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/ |
builds-emf-2.3.xml | 20 <update>http://download.eclipse.org/tools/emf/updates/</update>
|
/external/eigen/scripts/ |
relicense.py | 46 def update(text): function 62 text, updated = update(text)
|