Searched
full:differs (Results
476 -
500 of
1128) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.h | 512 // If the TabContentsWrapper at |to_index| differs from |old_contents|
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.h | 473 // Shelf. If |*old_view| differs from new_view, the old_view is removed and
|
/external/chromium/net/base/ |
host_cache_unittest.cc | 273 // the address family differs.
|
net_error_list.h | 283 // NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency,
|
/external/chromium/net/socket/ |
client_socket_pool_base.h | 488 // This is the internal implementation of RequestSocket(). It differs in that
|
ssl_client_socket_unittest.cc | 616 // The exact ordering differs between SSLClientSocketNSS (which issues an
|
/external/chromium_org/ash/system/tray/ |
system_tray.cc | 323 // position of the shelf differs.
|
/external/chromium_org/base/strings/ |
string_piece_unittest.cc | 126 z[j] = 'b'; // Differs in position 'j'
|
/external/chromium_org/chrome/browser/ |
chrome_browser_application_mac.mm | 359 // |-tryToTerminateApplication:| differs from the standard
|
/external/chromium_org/chrome/browser/history/ |
top_sites_database.cc | 263 // the temp filesystem differs from the main database, then that could fix
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_delegate_unittest.cc | 59 // A testing version of the AutomaticProfileResetterDelegate that differs from
|
/external/chromium_org/chrome/browser/sessions/ |
persistent_tab_restore_service_unittest.cc | 350 // differs from DontPersistPostData1 in that all the navigations have post
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager_browsertest.cc | 526 // This test differs from TaskManagerBrowserTest.NoticeInTabDevToolsWindow in
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_frame_view.cc | 363 // window region if the region really differs.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 341 // The webui differs based on whether the network is activated or not. If the
|
/external/chromium_org/chrome/common/extensions/api/ |
webview_tag.json | 226 "description": "Interface which provides access to webRequest events on the guest page. See the <a href=\"http://developer.chrome.com/extensions/webRequest.html\">chrome.webRequest</a> extensions API for details on webRequest life cycle and related concepts.<p>To illustrate how usage differs from the extensions webRequest API, consider the following example code which blocks any guest requests for URLs which match <code>*://www.evil.com/*</code>:</p><pre>webview.request.onBeforeRequest.addListener(\r function(details) { return {cancel: true}; },\r {urls: [\"*://www.evil.com/*\"]},\r [\"blocking\"]);</pre><p>Additionally, this interface supports declarative webRequest rules through <code>onRequest</code> and <code>onMessage</code> events. See <a href=\"http://developer.chrome.com/extensions/declarativeWebRequest.html\">declarativeWebRequest</a> for API details.</p>Note that conditions and actions for declarative webview webRequests should be instantiated from their <code>chrome.webViewRequest.*</code> counterparts. The following example code declaratively blocks all requests to <code>\"example.com\"</code> on the webview <code>myWebview</code>:</p><pre>var rule = {\r conditions: [\r new chrome.webViewRequest.RequestMatcher({ url: { hostSuffix: 'example.com' } })\r ],\r actions: [ new chrome.webViewRequest.CancelRequest() ]\r};\rmyWebview.request.onRequest.addRules([rule]);</pre>",
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
devtools.html | 74 This differs from the <code>background</code> field, used for specifying a background page,
|
/external/chromium_org/chrome/installer/mac/ |
dirdiffer.sh | 407 # differs or exists only in one directory. As used here, it correctly
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
web_view.js | 479 // if the BrowserPlugin attributes differs from it.
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_mac.mm | 36 // the distinction between windowed and windowless modes, differs from the
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
JavaBridgeArrayCoercionTest.java | 17 * which the implementation differs from the spec are marked with
|
JavaBridgeCoercionTest.java | 18 * which the implementation differs from the spec are marked with
|
/external/chromium_org/mojo/public/system/ |
core.h | 43 // differs from |MOJO_RESULT_FAILED_PRECONDITION| in that the former
|
/external/chromium_org/net/base/ |
net_error_list.h | 361 // NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency,
|
/external/chromium_org/net/cert/ |
x509_certificate.h | 165 // This function differs from CreateFromBytes in that it takes a
|
Completed in 402 milliseconds
<<11121314151617181920>>