Searched refs:manager (Results 126 - 150 of 941) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc85 PanelLayoutManager* manager = static_cast<PanelLayoutManager*>( local
88 manager->Relayout();
601 DockedWindowLayoutManager* manager = local
607 EXPECT_EQ(work_area.bottom(), manager->docked_bounds().bottom());
618 EXPECT_EQ(work_area.bottom(), manager->docked_bounds().bottom());
680 DockedWindowLayoutManager* manager = local
689 EXPECT_EQ(DOCKED_ALIGNMENT_NONE, docked_alignment(manager));
700 EXPECT_EQ(DOCKED_ALIGNMENT_NONE, docked_alignment(manager));
714 EXPECT_EQ(DOCKED_ALIGNMENT_NONE, docked_alignment(manager));
797 DockedWindowLayoutManager* manager local
869 DockedWindowLayoutManager* manager = local
968 DockedWindowLayoutManager* manager = local
1068 DockedWindowLayoutManager* manager = local
1209 DockedWindowLayoutManager* manager = local
1267 DockedWindowLayoutManager* manager = local
1327 DockedWindowLayoutManager* manager = local
1396 DockedWindowLayoutManager* manager = local
1521 DockedWindowLayoutManager* manager = local
1580 DockedWindowLayoutManager* manager = local
[all...]
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager.h39 // Allow clients to supply their own native dialog manager. Suitable for
43 scoped_ptr<SingleWebContentsDialogManager> manager);
59 explicit TestApi(WebContentsModalDialogManager* manager) argument
60 : manager_(manager) {}
80 scoped_ptr<SingleWebContentsDialogManager> manager);
84 scoped_ptr<SingleWebContentsDialogManager> manager; member in struct:web_modal::WebContentsModalDialogManager::DialogState
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_array_manager_unittest.cc81 VertexArrayManager manager; local
83 manager.CreateVertexAttribManager(
86 VertexAttribManager* info1 = manager.GetVertexAttribManager(kClient1Id);
91 manager.Destroy(true);
93 info1 = manager.GetVertexAttribManager(kClient1Id);
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_browsertest.cc59 MessageCenterNotificationManager* manager() { function in class:MessageCenterNotificationsTest
149 EXPECT_TRUE(manager());
164 manager()->CancelAll();
165 manager()->Add(CreateTestNotification("hey"), profile());
167 manager()->CancelById("hey");
179 manager()->Add(CreateTestNotification("hey", &delegate), profile());
182 manager()->CancelById("hey");
196 manager()->Add(CreateTestNotification("n", &delegate), profile());
212 manager()->Add(CreateTestNotification("n", &delegate), profile());
214 manager()
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_message_filter.cc104 ShellNotificationManager* manager = local
106 if (manager)
107 *result = manager->CheckPermission(origin);
114 ShellNotificationManager* manager = local
116 if (manager) {
117 manager->SetPermission(origin, permission_granted ?
124 ShellNotificationManager* manager = local
126 if (manager)
127 manager->ClearPermissions();
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftcache.h159 * Face IDs are passed by the client to the cache manager, which calls,
181 * the cache manager to translate a given @FTC_FaceID into a new valid
239 /* The manager intentionally limits the total number of opened */
243 /* The manager is also used to cache `nodes' of various types while */
279 /* Create a new cache manager. */
301 /* amanager :: A handle to a new manager object. 0~in case of */
323 /* Empty a given cache manager. This simply gets rid of all the */
324 /* currently cached @FT_Face and @FT_Size objects within the manager. */
327 /* manager :: A handle to the manager
330 FTC_Manager_Reset( FTC_Manager manager ); variable
345 FTC_Manager_Done( FTC_Manager manager ); variable
[all...]
/external/freetype/include/
H A Dftcache.h159 * Face IDs are passed by the client to the cache manager that calls,
181 * the cache manager to translate a given @FTC_FaceID into a new valid
239 /* The manager intentionally limits the total number of opened */
243 /* The manager is also used to cache `nodes' of various types while */
279 /* Create a new cache manager. */
301 /* amanager :: A handle to a new manager object. 0~in case of */
323 /* Empty a given cache manager. This simply gets rid of all the */
324 /* currently cached @FT_Face and @FT_Size objects within the manager. */
327 /* manager :: A handle to the manager
330 FTC_Manager_Reset( FTC_Manager manager ); variable
345 FTC_Manager_Done( FTC_Manager manager ); variable
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftcache.h159 * Face IDs are passed by the client to the cache manager, which calls,
181 * the cache manager to translate a given @FTC_FaceID into a new valid
239 /* The manager intentionally limits the total number of opened */
243 /* The manager is also used to cache `nodes' of various types while */
279 /* Create a new cache manager. */
301 /* amanager :: A handle to a new manager object. 0~in case of */
323 /* Empty a given cache manager. This simply gets rid of all the */
324 /* currently cached @FT_Face and @FT_Size objects within the manager. */
327 /* manager :: A handle to the manager
330 FTC_Manager_Reset( FTC_Manager manager ); variable
345 FTC_Manager_Done( FTC_Manager manager ); variable
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftcache.h159 * Face IDs are passed by the client to the cache manager, which calls,
181 * the cache manager to translate a given @FTC_FaceID into a new valid
239 /* The manager intentionally limits the total number of opened */
243 /* The manager is also used to cache `nodes' of various types while */
279 /* Create a new cache manager. */
301 /* amanager :: A handle to a new manager object. 0~in case of */
323 /* Empty a given cache manager. This simply gets rid of all the */
324 /* currently cached @FT_Face and @FT_Size objects within the manager. */
327 /* manager :: A handle to the manager
330 FTC_Manager_Reset( FTC_Manager manager ); variable
345 FTC_Manager_Done( FTC_Manager manager ); variable
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager_unittest.cc120 GalleryWatchManager* manager() { return manager_.get(); } function in class:component_updater::GalleryWatchManagerTest
132 manager()->AddWatch(profile(),
196 manager()->AddWatch(profile(),
201 manager()->AddWatch(
216 EXPECT_TRUE(manager()->GetWatchSet(profile(), extension()->id()).empty());
229 manager()->GetWatchSet(profile(), extension()->id());
236 manager()->GetWatchSet(profile(), extension()->id());
242 manager()->RemoveWatch(profile(), extension()->id(), id1);
244 manager()->GetWatchSet(profile(), extension()->id());
249 manager()
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.cc92 void DownloadStatusUpdater::AddManager(content::DownloadManager* manager) { argument
93 notifiers_.push_back(new AllDownloadItemNotifier(manager, this));
95 manager->GetAllDownloads(&items);
98 OnDownloadCreated(manager, *it);
103 content::DownloadManager* manager, content::DownloadItem* item) {
116 content::DownloadManager* manager, content::DownloadItem* item) {
102 OnDownloadCreated( content::DownloadManager* manager, content::DownloadItem* item) argument
115 OnDownloadUpdated( content::DownloadManager* manager, content::DownloadItem* item) argument
H A Dtest_download_shelf.cc41 void TestDownloadShelf::ManagerGoingDown(content::DownloadManager* manager) { argument
42 DCHECK_EQ(manager, download_manager_);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager_unittest.cc109 OperationManager manager(&test_profile_);
111 manager.StartWriteFromFile(
122 manager.CancelWrite(
135 OperationManager manager(&test_profile_);
137 manager.DestroyPartitions(
147 manager.CancelWrite(
H A Ddestroy_partitions_operation.cc19 base::WeakPtr<OperationManager> manager,
22 : Operation(manager, extension_id, storage_unit_id) {}
18 DestroyPartitionsOperation( base::WeakPtr<OperationManager> manager, const ExtensionId& extension_id, const std::string& storage_unit_id) argument
H A Dwrite_from_file_operation.cc16 base::WeakPtr<OperationManager> manager,
20 : Operation(manager, extension_id, device_path) {
15 WriteFromFileOperation( base::WeakPtr<OperationManager> manager, const ExtensionId& extension_id, const base::FilePath& user_file_path, const std::string& device_path) argument
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.cc136 UserCloudPolicyManager* manager = policy_manager(); local
138 if (manager)
145 UserCloudPolicyManager* manager = policy_manager(); local
146 DCHECK_EQ(service, manager->core()->service());
151 DVLOG_IF(1, manager->IsClientRegistered())
153 if (!manager->IsClientRegistered()) {
/external/chromium_org/components/feedback/
H A Dfeedback_data.cc50 TracingManager* manager = TracingManager::Get(); local
52 if (!manager ||
53 !manager->GetTraceData(
114 TracingManager* manager = TracingManager::Get(); local
115 if (manager)
116 manager->DiscardTraceData(trace_id);
/external/e2fsprogs/resize/
H A Dresource_track.c44 if (channel && channel->manager && channel->manager->get_stats)
45 channel->manager->get_stats(channel, &io_start);
102 if (channel && channel->manager && channel->manager->get_stats) {
107 channel->manager->get_stats(channel, &delta);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwAssets.java29 AssetManager manager = context.getAssets();
30 afd = manager.openFd(fileName);
/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem.cc15 DiscardableMemoryManager* manager)
18 manager_(manager),
12 DiscardableMemoryAshmem( size_t bytes, DiscardableMemoryAshmemAllocator* allocator, DiscardableMemoryManager* manager) argument
/external/chromium_org/cc/base/
H A Dref_counted_managed.h34 explicit RefCountedManaged(RefCountedManager<T>* manager) argument
35 : manager_(manager) {
48 // This must be the last statement in case manager deletes
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_impl.h17 FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager);
20 SharedBitmapManager* manager);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinput_method_event_router.cc29 input_method::InputMethodManager *manager,
41 manager->GetActiveIMEState()->GetCurrentInputMethod().id()));
28 InputMethodChanged( input_method::InputMethodManager *manager, bool show_message) argument
/external/chromium_org/chrome/browser/resources/options/
H A Dpassword_manager.css6 #password-manager > div.content-area {
/external/chromium_org/chrome/browser/signin/
H A Dsignin_names_io_thread.h52 virtual void SigninManagerCreated(SigninManagerBase* manager) OVERRIDE;
53 virtual void SigninManagerShutdown(SigninManagerBase* manager) OVERRIDE;

Completed in 1226 milliseconds

1234567891011>>