OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy
(Results
651 - 675
of
5200
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.h
40
void
Destroy
();
/external/chromium_org/ash/system/tray/
tray_bubble_wrapper.cc
54
tray_->HideBubbleWithView(bubble_view_); // May
destroy
|bubble_view_|
/external/chromium_org/base/android/jni_generator/
golden_sample_for_tests_jni.h
54
static void
Destroy
(JNIEnv* env, jobject obj,
56
DCHECK(nativeCPPClass) << "
Destroy
";
58
return native->
Destroy
(env, obj);
319
"V", reinterpret_cast<void*>(
Destroy
) },
/external/chromium_org/base/memory/
ref_counted_memory_unittest.cc
35
std::string s("
destroy
me");
/external/chromium_org/chrome/android/testshell/
testshell_tab.cc
34
void TestShellTab::
Destroy
(JNIEnv* env, jobject obj) {
/external/chromium_org/chrome/browser/media/
media_device_id_salt.cc
49
media_device_id_salt_.
Destroy
();
/external/chromium_org/chrome/browser/net/
chrome_http_user_agent_settings.cc
30
pref_accept_language_.
Destroy
();
/external/chromium_org/chrome/browser/prerender/
prerender_config.h
45
// link element is removed because of navigation would
destroy
prerenders just
/external/chromium_org/chrome/browser/profiles/
profile_destroyer.h
20
// We use this class to
destroy
the off the record profile so that we can make
/external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.h
40
void
Destroy
();
/external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h
44
// passed, subclass should
destroy
the native context menu.
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui.cc
25
//
destroy
it when it (the WebUI) is destroyed.
/external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc
90
// The plug-in has been removed from the page.
Destroy
the old plug-in
91
// (which will
destroy
us).
93
plugin_->
destroy
();
106
plugin_->
destroy
();
/external/chromium_org/content/browser/android/
content_view_render_view.h
28
void
Destroy
(JNIEnv* env, jobject obj);
tracing_controller_android.cc
27
void TracingControllerAndroid::
Destroy
(JNIEnv* env, jobject obj) {
/external/chromium_org/content/browser/
browser_process_sub_thread.cc
64
//
Destroy
all URLRequests started by URLFetchers.
message_port_service.h
32
void
Destroy
(int message_port_id);
/external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.h
56
static bool
Destroy
(const base::FilePath& file_name);
/external/chromium_org/content/browser/loader/
cross_site_resource_handler.h
46
// WebContentsImpl to swap in the new renderer and
destroy
the old one.
/external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.h
38
// TODO(miu): Passing a
destroy
callback suggests needing to revisit the
/external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc
61
//
Destroy
the WebContentses and run the message loop to prevent leaks.
/external/chromium_org/content/common/gpu/
image_transport_surface.cc
82
void ImageTransportHelper::
Destroy
() {}
237
void PassThroughImageTransportSurface::
Destroy
() {
238
helper_->
Destroy
();
239
GLSurfaceAdapter::
Destroy
();
/external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.h
54
virtual void
Destroy
() OVERRIDE;
60
// Auto-
destroy
reference for BitstreamBuffer, for tracking buffers passed to
171
// these (e.g. in Initialize() or
Destroy
()).
185
//
Destroy
these buffers.
/external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc
51
surface_->
Destroy
();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/framehost/
NavigationControllerImpl.java
32
private void
destroy
() {
method in class:NavigationControllerImpl
Completed in 1243 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>