/external/chromium/chrome/browser/sync/util/ |
user_settings_unittest.cc | 82 // Create shares table. 84 "CREATE TABLE shares (email, share_name, file_name," 88 const char* query = "INSERT INTO shares VALUES(?, ?, ?)";
|
user_settings.cc | 110 // Scrape the 'shares' table to find the syncable DB. 'shares' had a 114 // delete the old one, and then drop the unused shares table. 116 share_query.prepare(handle, "SELECT share_name, file_name FROM shares"); 138 ExecOrDie(handle, "DROP TABLE shares");
|
/external/chromium_org/chrome/browser/extensions/ |
process_management_browsertest.cc | 50 // Ensure that an isolated app never shares a process with WebUIs, non-isolated 151 // An isolated app only shares with other instances of itself, not other 164 // Everything else is clannish. WebUI only shares with other WebUI.
|
data_deleter.cc | 53 // shares the same cookie store as the main request context.
|
/libcore/luni/src/main/java/java/nio/ |
ByteBuffer.java | 158 * The new buffer shares its content with this buffer, which means either 173 * The new buffer shares its content with this buffer, which means either 188 * The new buffer shares its content with this buffer, which means either 203 * The new buffer shares its content with this buffer, which means either 218 * The new buffer shares its content with this buffer, which means either 225 * Returns a read-only buffer that shares its content with this buffer. 231 * The new buffer shares its content with this buffer, which means this 248 * The new buffer shares its content with this buffer, which means either 300 * Returns a duplicated buffer that shares its content with this buffer. 310 * <p>The new buffer shares its content with this buffer, which means eithe [all...] |
CharBuffer.java | 153 * Returns a read-only buffer that shares its content with this buffer. 159 * The new buffer shares its content with this buffer, which means this 232 * Returns a duplicated buffer that shares its content with this buffer. 238 * The new buffer shares its content with this buffer, which means either 589 * Returns a sliced buffer that shares its content with this buffer. 597 * The new buffer shares its content with this buffer, which means either 612 * The new buffer shares its content with this buffer, which means either
|
/external/chromium/base/ |
atomic_ref_count.h | 56 // thread owns the reference and no other thread shares it. This call performs
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.h | 25 // As DevToolsNetLogObserver shares live data with objects that live on the
|
/external/chromium/chrome/browser/policy/ |
policy_path_parser_unittest.cc | 25 FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
|
/external/chromium_org/base/ |
atomic_ref_count.h | 55 // thread owns the reference and no other thread shares it. This call performs
|
/external/chromium_org/chrome/app/policy/ |
cloud_policy_codegen.gyp | 22 # This protobuf is equivalent to chrome_settings.proto but shares messages
|
/external/chromium_org/ipc/ |
unix_domain_socket_util.h | 43 // represented by |peer_fd| shares the same EUID as this process.
|
/external/chromium_org/remoting/client/plugin/ |
mac_key_event_processor.h | 13 // keydown event for the C key. Safari shares the same behavior.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_variable.h | 53 /* A friend is a variable that shares a reader with another variable.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_variable.h | 53 /* A friend is a variable that shares a reader with another variable.
|
/external/chromium_org/ppapi/cpp/ |
image_data.h | 33 /// produces an <code>ImageData</code> object that shares the underlying 68 /// shares the underlying image resource with <code>other</code>.
|
/external/iproute2/examples/diffserv/ |
regression-testing | 72 TODO: Testing on how each color shares when all 4 types of packets 124 TODO: Testing on how each color shares when all 4 types of packets
|
/external/chromium/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.h | 25 // TODO(rafaelw): Refactor. This shares much duplicated code with
|
/external/chromium_org/chrome/browser/policy/ |
policy_path_parser_unittest.cc | 25 base::FilePath::StringType no_vars(FILE_PATH_LITERAL("//$C/shares"));
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_syncable.h | 49 // Creates an incognito copy of the pref service that shares most pref stores
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
base_bubble_controller.h | 33 // outside the window. This is needed because the window shares first
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.h | 21 // TODO(rafaelw): Refactor. This shares much duplicated code with
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_dependency_manager.cc | 69 // context shares the pref service with the normal one.
|
/external/chromium_org/content/common/media/ |
audio_messages.h | 36 // buffer it shares with the browser process. It is also given a SyncSocket that
|
/external/chromium_org/content/test/plugin/ |
plugin_thread_async_call_test.cc | 70 // which shares more compilation units between the NPAPI plug-in and
|