/external/chromium_org/chrome/browser/resources/gaia_auth/ |
manifest.json | 21 // tabs for calling current webui's login. This might not be needed once
|
manifest_inline.json | 23 // tabs for calling current webui's login. This might not be needed once
|
manifest_keyboard.json | 31 // tabs for calling current webui's login. This might not be needed once
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
element_applescript.mm | 13 // calling objectSpecifier asks an object to return an object specifier
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
location.html | 4 by calling $ref:location.watchLocation, passing in
|
/external/chromium_org/chrome/renderer/extensions/ |
api_definitions_natives.h | 23 // Returns the list of all schemas that are available to the calling context.
|
chrome_v8_context_set.cc | 70 v8::Local<v8::Context> calling = isolate->GetCallingContext(); local 71 return calling.IsEmpty() ? NULL : GetByV8Context(calling); 89 // We copy the context list, because calling into javascript may modify it
|
/external/chromium_org/chrome_frame/ |
chrome_frame_helper_dll.cc | 8 // Calling the StartUserModeBrowserInjection will set an in-context WinEvent
|
/external/chromium_org/cloud_print/common/win/ |
cloud_print_utils.h | 21 // calling code.
|
/external/chromium_org/content/browser/android/ |
surface_texture_peer_browser_impl.h | 17 // |player_in_render_process| is true, calling EstablishSurfaceTexturePeer()
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_registration_status.cc | 26 "calling this function.";
|
/external/chromium_org/content/public/browser/ |
font_list_async.h | 24 // the calling thread.
|
/external/chromium_org/content/shell/browser/ |
shell_speech_recognition_manager_delegate.cc | 16 // Therefore we simply authorize it by calling back with is_allowed=true. The
|
/external/chromium_org/net/third_party/nss/patches/ |
renegoscsv.patch | 13 /* Must set this before calling Hello Extension Senders,
|
/external/chromium_org/remoting/client/plugin/ |
pepper_plugin_thread_delegate.cc | 23 // with VS when default calling convention is set to __stdcall, but
|
/external/chromium_org/sandbox/linux/services/ |
thread_helpers.h | 23 // the way to stop threads before calling IsSingleThreaded().
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
style-keypress-events.html | 2 <p>cmd+b and cmd+i should generate a keydown event in contentEditable fields. Also, calling
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/ |
__init__.py | 5 # This ensures that calling code can import initialization code from
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrGpuFactory.cpp | 26 // By calling GrGLDefaultInterface we've taken a ref on the
|
/external/chromium_org/third_party/x86inc/ |
README.chromium | 13 This file implements an asm abstraction layer that supports multiple calling
|
/external/chromium_org/tools/gyp/test/cflags/ |
gyptest-cflags.py | 38 # We clear the environ after calling gyp. When the auto-regeneration happens, 57 # We clear the environ after calling gyp. When the auto-regeneration happens, 78 # We clear the environ after calling gyp. When the auto-regeneration happens, 95 # We clear the environ after calling gyp. When the auto-regeneration happens,
|
/external/chromium_org/ui/base/accelerators/ |
menu_label_accelerator_util_linux.h | 22 // Escapes "&" characters by doubling them so that later calling
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent.h | 24 // be called prior to calling this function.
|
/external/clang/test/Analysis/diagnostics/ |
no-prune-paths.c | 15 // expected-note@-2 {{Calling 'helper'}}
|
/external/clang/test/Sema/ |
warn-thread-safety-analysis.c | 80 Foo_fun1(1); // expected-warning{{calling function 'Foo_fun1' requires shared lock on 'mu2'}} \ 81 expected-warning{{calling function 'Foo_fun1' requires exclusive lock on 'mu1'}} 106 set_value(&a_, 0); // expected-warning{{calling function 'setA' requires exclusive lock on 'foo_.mu_'}} 107 get_value(b_); // expected-warning{{calling function 'getB' requires shared lock on 'foo_.mu_'}}
|