/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_window_controller_cocoa.h | 63 // the WebContents's Cocoa view to avoid unnecessary rendering and issues
|
/external/chromium_org/chrome/browser/ui/views/ |
javascript_app_modal_dialog_views.cc | 63 // unnecessary on Windows and Chrome OS.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
desktop_notifications.html | 122 it's unnecessary if you declare the "notifications" permission.
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_config_service.cc | 85 // proxy configuration occurs an unnecessary notification might get sent if
|
/external/chromium_org/components/omnibox/ |
keyword_provider.h | 110 // TemplateURLService::CleanUserInputKeyword to remove unnecessary characters.
|
/external/chromium_org/components/storage_monitor/ |
storage_monitor.h | 108 // TODO(gbillock): make this either unnecessary (implementation-specific) or
|
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 185 // unnecessary complexity at the moment.
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_thread.h | 139 // unnecessary. The proxy talking to multiple renderers means that each
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/ |
WebContentsImpl.java | 138 // more efficient to do it this way and sometimes fire an unnecessary message rather
|
/external/chromium_org/extensions/common/ |
extension_api.h | 92 // TODO(kalman): This is just an unnecessary combination of finding a Feature
|
/external/chromium_org/media/filters/ |
audio_clock.cc | 44 // The ordering of compute -> push -> pop eliminates unnecessary memory
|
/external/chromium_org/mojo/system/ |
handle_table.h | 38 // case the extra locking/unlocking would be unnecessary overhead).
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
node.h | 134 // TODO(noelallen) We should change this so it's unnecessary for the node
|
/external/chromium_org/net/dns/ |
host_resolver_proc.cc | 162 // Not only is AI_ADDRCONFIG unnecessary, but it can be harmful. If the
|
/external/chromium_org/net/websockets/ |
websocket_frame_parser.cc | 83 // Drain unnecessary data. TODO(yutak): Remove copy. (but how?)
|
/external/chromium_org/sync/engine/ |
syncer.cc | 165 // The ExitRequested() check is unnecessary, since we should start getting
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
generate_event_interfaces.py | 63 parser.add_option('--write-file-only-if-changed', type='int', help='if true, do not write an output file if it would be identical to the existing one, which avoids unnecessary rebuilds in ninja')
|
generate_global_constructors.py | 43 parser.add_option('--write-file-only-if-changed', type='int', help='if true, do not write an output file if it would be identical to the existing one, which avoids unnecessary rebuilds in ninja')
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
PickerIndicatorElement.cpp | 127 // The m_isInOpenPopup flag is unnecessary in production.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ScrollAlignment.cpp | 68 // then treat it as fully visible to avoid unnecessary horizontal scrolling
|
/external/chromium_org/third_party/icu/source/common/ |
rbbiscan.h | 76 * Return a rules string without unnecessary
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
address_formatter.cc | 150 // Address format without the unnecessary elements (based on which address
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/ |
string_piece.h | 14 // Systematic usage of StringPiece is encouraged as it will reduce unnecessary
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 78 Note the "++i" instead of the "i++" to avoid creating an unnecessary copy (esp. with overloaded operators).
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.h | 52 * always be satisfied before another, the unnecessary exit condition will be
|