/external/chromium/chrome/common/extensions/docs/ |
omnibox.html | 71 can ensure that your extension won't be run in an earlier browser version. 498 can ensure that your extension won't be run in an earlier browser version. 557 can ensure that your extension won't be run in an earlier browser version. 602 can ensure that your extension won't be run in an earlier browser version. 692 can ensure that your extension won't be run in an earlier browser version. 788 can ensure that your extension won't be run in an earlier browser version. 856 can ensure that your extension won't be run in an earlier browser version. [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 269 // statement is compiled but not executed, to ensure that 274 // compiled but not evaluated by this macro, to ensure that 283 // The branch that has an always false condition is used to ensure that
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_posix.cc | 185 // Ensure function isn't optimized away. 191 // Ensure function isn't optimized away. 197 // Ensure function isn't optimized away.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_field_trial.cc | 398 // Sanity check: Ensure the half life time is non-negative. 408 // Sanity check: Ensure the number of prerenders is at least 1. 411 // Sanity check: Ensure the number of prerenders is at most 10.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_browsertest.js | 115 // Ensure data models for the paired and unpaired device lists are properly 123 // Ensure the DOM contents of the list are properly updated. The default 356 // Ensure that updating the device with a malicious name does not corrupt the
|
/external/chromium_org/chrome/installer/util/ |
language_selector.cc | 105 // Ensure that kLanguageOffsetPairs is sorted. 110 // Ensure that kLanguageToOffsetExceptions is sorted. 116 // Ensure that kLanguageToOffsetWildcards is sorted.
|
/external/chromium_org/chrome/test/functional/media/ |
media_jerky.py | 67 # pattern for jerky tool. The fps is used to ensure Jerky tool computed a valid 166 # Xvfb on the bots is restricted to 1024x768 at present. Ensure we're using 208 # Ensure the results for this run are valid.
|
/external/chromium_org/chrome_frame/test/ |
delete_chrome_history_test.cc | 33 // Use a random image_path to ensure that a prior run does not 188 // its name to ensure that, at least the first time we request it, it is 282 // In either case, validate the contents of the renderer to ensure that
|
/external/chromium_org/chromeos/network/ |
network_state_handler_unittest.cc | 203 // Ensure that the network list is the expected size. 207 // Ensure that the first stub network is the default network. 252 // Ensure we receive 2 manager changed callbacks when the technology becomes
|
/external/chromium_org/content/browser/frame_host/ |
render_frame_host_manager_browsertest.cc | 464 // Go back and ensure the opener is still null. [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_factory_unittest.cc | 120 // Take back a ref ptr and ensure that the actual close 388 // Ensure it is safe if the store is not open. 463 // Open at version < 2, which will fail; ensure factory doesn't retain
|
/external/chromium_org/content/public/browser/ |
browser_thread.h | 47 // result and restructure the code to ensure it doesn't occur. 224 // called, it must perform its own locking to ensure the delegate is 229 // to ensure that an object is deleted on a specific thread. This is needed
|
/external/chromium_org/net/base/ |
expiring_cache_unittest.cc | 230 // Ensure the entries were added. 243 // Now access two expired entries and ensure the cache size goes down. 278 // Ensure the entries were added.
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 280 // statement is compiled but not executed, to ensure that 285 // compiled but not evaluated by this macro, to ensure that 294 // The branch that has an always false condition is used to ensure that
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer.c | 61 * processing. This means we need to exercise extra care here to ensure that 124 * pending DMA command, and ensure the next DMA will be done in order. 135 * we need to ensure that the host finishes processing that DMA
|
svga_state_tss.c | 118 * dirty, to ensure that the resources are paged in. 179 * Called at the beginning of every new command buffer to ensure that 344 /* XXX: need to poison cached hardware state on failure to ensure
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 269 // statement is compiled but not executed, to ensure that 274 // compiled but not evaluated by this macro, to ensure that 283 // The branch that has an always false condition is used to ensure that
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prshm.h | 48 ** across all supported platforms. To ensure that it works everywhere, 56 ** shared memory API is required to ensure desired behavior. Failing 117 ** time to ensure you get the desired security.
|
/external/chromium_org/third_party/sqlite/src/test/ |
vacuum.test | 59 # internally by VACUUM, to ensure that VACUUM falls back 262 # Ensure vacuum works with complicated tables names. 276 # Also ensure that blobs survive a vacuum.
|
/external/chromium_org/ui/views/bubble/ |
bubble_delegate_unittest.cc | 115 // Ensure that closing the anchor widget also closes the bubble itself. 195 // Ensure that closing the anchor widget clears the bubble's reference to that 208 // Ensure that closing the parent widget also closes the bubble itself.
|
/external/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 269 // statement is compiled but not executed, to ensure that 274 // compiled but not evaluated by this macro, to ensure that 283 // The branch that has an always false condition is used to ensure that
|
/external/libvpx/libvpx/test/ |
intrapred_test.cc | 120 // within the first line, ensure that each pixel has the same value 123 // now ensure that that pixel has the expected (DC) value 139 // for each line, ensure that each pixel is equal to the left border
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 267 // statement is compiled but not executed, to ensure that 272 // compiled but not evaluated by this macro, to ensure that 281 // The branch that has an always false condition is used to ensure that
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer.c | 61 * processing. This means we need to exercise extra care here to ensure that 124 * pending DMA command, and ensure the next DMA will be done in order. 135 * we need to ensure that the host finishes processing that DMA
|
svga_state_tss.c | 118 * dirty, to ensure that the resources are paged in. 179 * Called at the beginning of every new command buffer to ensure that 344 /* XXX: need to poison cached hardware state on failure to ensure
|