HomeSort by relevance Sort by last modified time
    Searched refs:helper (Results 101 - 125 of 359) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/
chrome_render_frame_observer.cc 125 printing::PrintWebViewHelper* helper = local
127 if (helper)
128 helper->PrintNode(render_frame()->GetContextMenuNode());
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 41 CommandBufferHelper *helper,
155 CommandBufferHelper* helper,
158 : allocator_(size, helper, poll_callback),
mapped_memory.cc 18 CommandBufferHelper* helper,
22 allocator_(shm->size(), helper, poll_callback, shm->memory()) {}
26 MappedMemoryManager::MappedMemoryManager(CommandBufferHelper* helper,
30 helper_(helper),
mapped_memory.h 26 CommandBufferHelper* helper,
127 MappedMemoryManager(CommandBufferHelper* helper,
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.h 21 static void Destruct(const BrowsingDataQuotaHelper* helper);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
factoryregistry.js 14 * @param {!RequestHelper} requestHelper A request helper.
40 /** @return {!RequestHelper} A request helper. */
requesthelper.js 6 * @fileoverview Provides a "bottom half" helper to assist with raw requests.
29 * A helper to process requests.
usbhelper.js 6 * @fileoverview Implements a helper using USB gnubbies.
  /external/chromium_org/chromeos/dbus/
shill_profile_client.cc 87 // There is no helper for the profile, create it.
90 ShillClientHelper* helper = new ShillClientHelper(object_proxy); local
91 helper->MonitorPropertyChanged(shill::kFlimflamProfileInterface);
92 helpers_.insert(HelperMap::value_type(profile_path.value(), helper));
93 return helper;
  /external/chromium_org/mojo/system/
message_pipe_test_utils.h 58 mojo::test::MultiprocessTestHelper* helper() { return &helper_; } function in class:mojo::system::test::MultiprocessMessagePipeTestBase
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.h 34 // Simple helper to deal with the message loop on a test.
88 // update |helper|. If |reuse| is false and a callback is called more than
90 // error will be reported to |helper|.
91 CallbackTest(MessageLoopHelper* helper, bool reuse);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
WorkerGlobalScopeFileSystem.cpp 79 FileSystemSyncCallbackHelper* helper = FileSystemSyncCallbackHelper::create(); local
80 OwnPtr<AsyncFileSystemCallbacks> callbacks = FileSystemCallbacks::create(helper->successCallback(), helper->errorCallback(), &worker, fileSystemType);
84 return helper->getResult(exceptionState);
  /external/chromium_org/third_party/skia/tests/
DequeTest.cpp 72 // This helper is intended to only give the unit test access to SkDeque's
86 DequeUnitTestHelper helper(deq);
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated);
95 expected == helper.fNumBlocksAllocated ||
96 expected+1 == helper.fNumBlocksAllocated);
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper_unittest.cc 154 TestBookmarkAppHelper helper(service_, web_app_info, contents.get());
155 helper.Create(base::Bind(&TestBookmarkAppHelper::CreationComplete,
156 base::Unretained(&helper)));
161 helper.CompleteIconDownload(true, icon_map);
164 EXPECT_TRUE(helper.extension());
166 service_->GetInstalledExtension(helper.extension()->id());
186 TestBookmarkAppHelper helper(service_, web_app_info, NULL);
187 helper.Create(base::Bind(&TestBookmarkAppHelper::CreationComplete,
188 base::Unretained(&helper)));
191 EXPECT_TRUE(helper.extension())
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_recognizer_impl.h 77 virtual void AddGestureEventHelper(GestureEventHelper* helper) OVERRIDE;
78 virtual void RemoveGestureEventHelper(GestureEventHelper* helper) OVERRIDE;
  /external/chromium_org/content/zygote/
zygote_linux.cc 65 void KillAndReap(pid_t pid, ZygoteForkDelegate* helper) {
66 if (helper) {
67 // Helper children may be forked in another PID namespace, so |pid| might
72 LOG(WARNING) << "Unable to kill or reap helper children";
257 // For processes from the helper, send a GetTerminationStatus request
349 ZygoteForkDelegate* helper = NULL; local
354 helper = *i;
361 if (helper) {
370 pid = helper->Fork(process_type, fds, channel_id);
440 KillAndReap(pid, helper);
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidViewIntegrationTest.java 224 private void waitForContentSizeToChangeTo(OnContentSizeChangedHelper helper, int callCount,
228 helper.waitForCallback(callCount, i);
229 if ((heightCss == -1 || helper.getHeight() == heightCss) &&
230 (widthCss == -1 || helper.getWidth() == widthCss)) {
240 OnContentSizeChangedHelper helper, int widthCss, int heightCss,
244 final int contentSizeChangeCallCount = helper.getCallCount();
247 waitForContentSizeToChangeTo(helper, contentSizeChangeCallCount, widthCss, heightCss);
  /external/chromium_org/mojo/public/cpp/environment/tests/
logging_unittest.cc 222 PtrToMemberHelper helper; local
223 helper.member = 1;
228 // |helper|).
229 MOJO_LAZY_LOG_STREAM(ERROR, helper.*member_ptr == 1) << "hello";
234 MOJO_LAZY_LOG_STREAM(WARNING, helper.*member_ptr == 0) << "hello";
355 PtrToMemberHelper helper; local
356 helper.member = 0;
360 MOJO_CHECK(helper.*member_ptr == 1) << "hello";
367 "Check failed: helper.*member_ptr == 1. hello"),
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 237 Objects.ToStringHelper helper = Objects.toStringHelper(new TestClass()); local
239 helper.add(null, "Hello");
263 Objects.ToStringHelper helper = Objects.toStringHelper(new TestClass()) local
269 assertEquals(expected, helper.toString());
271 assertEquals(expected, helper.toString());
273 // Make sure the cached value is reset when we modify the helper at all
275 helper.addValue(2);
276 assertEquals(expected2, helper.toString());
  /external/chromium_org/storage/browser/fileapi/
async_file_util_adapter.cc 171 EnsureFileExistsHelper* helper = new EnsureFileExistsHelper; local
175 Bind(&EnsureFileExistsHelper::RunWork, Unretained(helper),
177 Bind(&EnsureFileExistsHelper::Reply, Owned(helper), callback));
202 GetFileInfoHelper* helper = new GetFileInfoHelper; local
205 Bind(&GetFileInfoHelper::GetFileInfo, Unretained(helper),
207 Bind(&GetFileInfoHelper::ReplyFileInfo, Owned(helper), callback));
343 GetFileInfoHelper* helper = new GetFileInfoHelper; local
346 Bind(&GetFileInfoHelper::CreateSnapshotFile, Unretained(helper),
348 Bind(&GetFileInfoHelper::ReplySnapshotFile, Owned(helper), callback));
  /bionic/libc/tools/
genlibgcc_compat.py 14 * libgcc.a is a compiler-specific library containing various helper
18 * compiler-generated machine code as a call to an __idiv helper function.
26 * This ensures that any helper function needed by the code in foo.a is copied
34 * The problem with this is that if one helper function needed by foo.a has
40 * flags, the set of helper functions copied to libc.so may change, which
48 * still need all 1.5/1.6 helper functions in libc.so and libm.so
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 76 // Helper functions for Chrome profile signin.
244 ProfileSigninConfirmationHelper* helper = local
246 helper->CheckHasHistory(kHistoryEntriesBeforeNewProfilePrompt);
247 helper->CheckHasTypedURLs();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodProxy.java 75 fci.f1 = helper(ci, ci.c1);
76 fci.f2 = helper(ci, ci.c2);
114 private static FastClass helper(CreateInfo ci, Class type) { method in class:MethodProxy
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 135 HungPluginTabHelper* helper,
140 HungPluginInfoBarDelegate(HungPluginTabHelper* helper,
162 HungPluginTabHelper* helper,
167 helper, plugin_child_id, plugin_name))));
171 HungPluginTabHelper* helper,
175 helper_(helper),
230 // Handles calling the helper when the infobar should be re-shown.
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 103 FirstRunHelper* helper() { return helper_.get(); } function in class:ash::test::FirstRunHelperTest
119 // This test creates helper, checks that containers are hidden and then
120 // destructs helper.
125 // Tests that helper correctly handles Escape key press.
137 aura::Window* overlay_window = helper()->GetOverlayWidget()->GetNativeView();

Completed in 8695 milliseconds

1 2 3 45 6 7 8 91011>>