/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 | 68 v8::Local<v8::Context> calling = v8::Context::GetCalling(); local 69 return calling.IsEmpty() ? NULL : GetByV8Context(calling); 87 // 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/public/app/ |
android_library_loader_hooks.h | 16 // exposed to the calling java code. This handles only registering the content
|
/external/chromium_org/content/public/browser/ |
font_list_async.h | 24 // the calling thread.
|
/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/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/Source/core/platform/ |
SharedBuffer.h | 56 // Calling this function will force internal segmented buffers 77 // Ensure this buffer has no other clients before calling this. 84 // repeat calling it until it returns 0. 106 // Calling this function will force internal segmented buffers
|
/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/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_'}}
|
/external/clang/test/SemaTemplate/ |
instantiate-try-catch.cpp | 25 } catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::Templated<int>::Exception'}}
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
malloc_hook.cc | 11 // Note: avoid calling functions that allocate memory in malloc/free
|
/external/compiler-rt/lib/msan/lit_tests/ |
malloc_hook.cc | 11 // Note: avoid calling functions that allocate memory in malloc/free
|
/external/expat/lib/ |
expat_external.h | 20 XMLCALL - The calling convention to use for all calls across the 33 compiled with the cdecl calling convention as the default since 43 one calling convention, we need to extend this definition to 49 pre-processor and how to specify the same calling convention as the
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractCheckedFuture.java | 50 * <p>If {@code e} is an {@code InterruptedException}, the calling 53 * wishes to swallow the interrupt, it can do so by calling 70 * calling {@code mapException}. 98 * calling {@code mapException}.
|