OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plug
(Results
76 - 100
of
592
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnection.cpp
42
// The timeout, in seconds, when sending sync messages to the
plug
-in.
47
// We don't want a message timeout for the AppleConnect
plug
-in.
84
// Invalidate all objects related to this
plug
-in.
92
// We have no more
plug
-ins, invalidate the connection to the
plug
-in process.
126
// The
plug
-in process must have crashed.
PluginView.h
159
// Pending URLRequests that the
plug
-in has made.
163
// Pending frame loads that the
plug
-in has made.
167
// Streams that the
plug
-in has requested to load.
170
// A map of all related NPObjects for this
plug
-in view.
173
// The manual stream state. This is used so we can deliver a manual stream to a
plug
-in
PluginView.cpp
208
// We only want to call streamDidFail if the stream was not explicitly cancelled by the
plug
-in.
221
// Protect the
plug
-in while we're calling into it.
290
// Null out the
plug
-in element explicitly so we'll crash earlier if we try to use
291
// the
plug
-in view after it's been destroyed.
302
// The
plug
-in can be null here if it failed to initialize.
329
// The
plug
-in can be null here if it failed to initialize.
347
// The
plug
-in can be null here if it failed to initialize.
362
// The
plug
-in can be null here if it failed to initialize.
421
// We've already tried and failed to initialize the
plug
-in.
428
// We shouldn't initialize the
plug
-in right now, add a listener
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebErrorsMac.mm
51
//
Plug
-in and java errors
52
#define WebKitErrorDescriptionCannotFindPlugin WEB_UI_STRING("The
plug
-in can?t be found", "WebKitErrorCannotFindPlugin description")
53
#define WebKitErrorDescriptionCannotLoadPlugin WEB_UI_STRING("The
plug
-in can?t be loaded", "WebKitErrorCannotLoadPlugin description")
55
#define WebKitErrorDescriptionPlugInCancelledConnection WEB_UI_STRING("
Plug
-in cancelled", "WebKitErrorPlugInCancelledConnection description")
56
#define WebKitErrorDescriptionPlugInWillHandleLoad WEB_UI_STRING("
Plug
-in handled load", "WebKitErrorPlugInWillHandleLoad description")
125
//
Plug
-in and java errors
/frameworks/base/drm/java/android/drm/
package.html
6
<li>Determining which DRM
plug
-ins (agents) are installed on a device.</li>
7
<li>Retrieving information about specific
plug
-ins, such as the MIME types and file suffixes
29
interface for DRM
plug
-ins (agents) to handle rights management and decryption for various
50
<p>Although each DRM
plug
-in may require a different sequence
82
<p>To learn how to use the DRM API with a specific DRM
plug
-in, see the documentation provided
83
by the
plug
-in developer.</p>
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp
64
// Starting the stream could cause the
plug
-in stream to go away so we keep a reference to it here.
72
// Delivering the data could cause the
plug
-in stream to go away so we keep a reference to it here.
80
// Stopping the stream could cause the
plug
-in stream to go away so we keep a reference to it here.
88
// Stopping the stream could cause the
plug
-in stream to go away so we keep a reference to it here.
96
// starting the stream or delivering the data to it might cause the
plug
-in stream to go away, so we keep
120
// It isn't really valid for a
plug
-in to call NPN_DestroyStream with NPRES_DONE.
121
// (At least not for browser initiated streams, and we don't support
plug
-in initiated streams).
213
// The
plug
-in can't handle more data, we'll send the rest later
218
// Figure out how much data to send to the
plug
-in.
286
// There is still data left that the
plug
-in hasn't been able to consume yet
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/
about.html
14
<p>The Eclipse Foundation makes available all content in this
plug
-in ("Content"). Unless otherwise
35
<p>The
plug
-in includes software developed by The Apache Software Foundation as part of the Ant project.</p>
37
<p>The Ant binary code in ant.jar and the scripts ant, ant.bat, ant.cmd, antenv.cmd, antRun, antRun.bat, antRun.pl, complete-ant-cmd.pl, envset.cmd, lcp.bat, runant.pl, runant.py and runrc.cmd are included with the
plug
-in with no modifications.
53
file <a href="about_files/LICENSE.dom.html" target="_blank">LICENSE.dom.html</a> which is included with this
plug
-in and can also be found at
59
terms and conditions of the license found in the file <a href="about_files/LICENSE.sax.txt" target="_blank">LICENSE.sax.txt</a> which is included with this
plug
-in.</p>
/external/webkit/Source/WebCore/html/
HTMLPlugInElement.cpp
105
// The
plug
-in hasn't loaded yet, and it makes no sense to try to load if beforeload handler happened to touch the
plug
-in element.
155
// Firefox seems to use a fake event listener to dispatch events to
plug
-in (tested with mouse events only).
157
// gets dispatched to
plug
-in, and only then other event listeners fire. Hopefully, this difference does not matter in practice.
159
// FIXME: Mouse down and scroll events are passed down to
plug
-in via custom code in EventHandler; these code paths should be united.
/external/webkit/Source/WebCore/plugins/
PluginDebug.cpp
38
"Invalid instance passed to the
plug
-in.", /* NPERR_INVALID_INSTANCE_ERROR */
40
"Loading of
plug
-in failed.", /* NPERR_MODULE_LOAD_FAILED_ERROR */
42
"
Plug
-in missing or invalid.", /* NPERR_INVALID_PLUGIN_ERROR */
43
"
Plug
-in directory missing or invalid.", /* NPERR_INVALID_PLUGIN_DIR_ERROR */
44
"Versions of
plug
-in and Communicator do not match.", /* NPERR_INCOMPATIBLE_VERSION_ERROR */
/external/webkit/Source/WebKit/mac/Plugins/
npapi.mm
40
// general
plug
-in to browser functions
70
// The plugin view is always the ndata of the instance. Sometimes,
plug
-ins will call an instance-specific function
71
// with a NULL instance. To workaround this, call the last
plug
-in view that made a call to a
plug
-in.
72
// Currently, the current
plug
-in view is only set before NPP_New in [WebNetscapePluginView start].
WebPluginController.mm
231
LOG_ERROR("can't add a
plug
-in to a defunct WebPluginController");
251
LOG(Plugins, "initializing
plug
-in %@", view);
264
LOG(Plugins, "starting
plug
-in %@", view);
379
LOG_ERROR("could not load URL %@ because
plug
-in has already been destroyed", request);
384
LOG_ERROR("could not load URL %@ because
plug
-in has already been stopped", request);
393
LOG_ERROR("JavaScript requests can only be made on the frame that contains the
plug
-in");
457
// Cancel the load since this
plug
-in does its own loading.
532
// Existing versions of the Flip4Mac WebKit
plug
-in have an object lifetime bug related to an NSAlert that is
533
// used to notify the user about updates to the
plug
-in. This bug can result in Safari crashing if the page
534
// containing the
plug
-in navigates while the alert is displayed (<rdar://problem/7313430>)
[
all
...]
WebPluginDatabase.h
47
//
Plug
-ins are returned in this order: New
plug
-in (WBPL), Mach-O Netscape, CFM Netscape
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp
82
// Check if the
plug
-in supports NPP_GetSitesWithData.
111
// Check if the
plug
-in supports NPP_ClearSiteData.
138
// First, see if we already have a module with this
plug
-in path.
148
// Try to load and initialize the
plug
-in module.
158
// Load the
plug
-in module if necessary.
/external/v8/src/arm/
full-codegen-arm.cc
462
void FullCodeGenerator::EffectContext::
Plug
(Variable* var) const {
467
void FullCodeGenerator::AccumulatorValueContext::
Plug
(Variable* var) const {
473
void FullCodeGenerator::StackValueContext::
Plug
(Variable* var) const {
480
void FullCodeGenerator::TestContext::
Plug
(Variable* var) const {
489
void FullCodeGenerator::EffectContext::
Plug
(Heap::RootListIndex index) const {
493
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
499
void FullCodeGenerator::StackValueContext::
Plug
(
506
void FullCodeGenerator::TestContext::
Plug
(Heap::RootListIndex index) const {
524
void FullCodeGenerator::EffectContext::
Plug
(Handle<Object> lit) const {
528
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
[
all
...]
/external/v8/src/ia32/
full-codegen-ia32.cc
455
void FullCodeGenerator::EffectContext::
Plug
(Variable* var) const {
460
void FullCodeGenerator::AccumulatorValueContext::
Plug
(Variable* var) const {
466
void FullCodeGenerator::StackValueContext::
Plug
(Variable* var) const {
474
void FullCodeGenerator::TestContext::
Plug
(Variable* var) const {
482
void FullCodeGenerator::EffectContext::
Plug
(Heap::RootListIndex index) const {
487
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
493
void FullCodeGenerator::StackValueContext::
Plug
(
499
void FullCodeGenerator::TestContext::
Plug
(Heap::RootListIndex index) const {
504
void FullCodeGenerator::EffectContext::
Plug
(Handle<Object> lit) const {
508
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
[
all
...]
/external/v8/src/mips/
full-codegen-mips.cc
471
void FullCodeGenerator::EffectContext::
Plug
(Variable* var) const {
476
void FullCodeGenerator::AccumulatorValueContext::
Plug
(Variable* var) const {
482
void FullCodeGenerator::StackValueContext::
Plug
(Variable* var) const {
489
void FullCodeGenerator::TestContext::
Plug
(Variable* var) const {
497
void FullCodeGenerator::EffectContext::
Plug
(Heap::RootListIndex index) const {
501
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
507
void FullCodeGenerator::StackValueContext::
Plug
(
514
void FullCodeGenerator::TestContext::
Plug
(Heap::RootListIndex index) const {
532
void FullCodeGenerator::EffectContext::
Plug
(Handle<Object> lit) const {
536
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
[
all
...]
/external/v8/src/x64/
full-codegen-x64.cc
396
void FullCodeGenerator::EffectContext::
Plug
(Variable* var) const {
401
void FullCodeGenerator::AccumulatorValueContext::
Plug
(Variable* var) const {
407
void FullCodeGenerator::StackValueContext::
Plug
(Variable* var) const {
414
void FullCodeGenerator::TestContext::
Plug
(Variable* var) const {
421
void FullCodeGenerator::EffectContext::
Plug
(Heap::RootListIndex index) const {
425
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
431
void FullCodeGenerator::StackValueContext::
Plug
(
437
void FullCodeGenerator::TestContext::
Plug
(Heap::RootListIndex index) const {
455
void FullCodeGenerator::EffectContext::
Plug
(Handle<Object> lit) const {
459
void FullCodeGenerator::AccumulatorValueContext::
Plug
(
[
all
...]
/external/webkit/Source/WebCore/page/
PluginHalter.cpp
81
//
Plug
-ins older than this are candidates to be halted.
89
// This
plug
-in is too young to be halted. We find the oldest
90
//
plug
-in that is not old enough to be halted and use it to set
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm
43
pluginsDirectories.append([NSHomeDirectory() stringByAppendingPathComponent:@"Library/Internet
Plug
-Ins"]);
44
pluginsDirectories.append("/Library/Internet
Plug
-Ins");
84
// If a
plug
-in with the same bundle identifier already exists, we don't want to load it.
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
wtk.html
28
The WTK already comes with a
plug
-in for ProGuard. Alternatively, ProGuard
29
offers its own
plug
-in. This latter implementation is recommended, as it more
35
In order to integrate this
plug
-in in the toolkit, you'll have to put the
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GlTracePlugin.java
34
* The activator class controls the
plug
-in life cycle
38
// The
plug
-in ID
93
* Returns an image descriptor for the image file at the given
plug
-in
/external/webkit/Source/WebKit2/WebProcess/
com.apple.WebProcess.sb
23
(subpath "/Library/Internet
Plug
-Ins")
24
(subpath (string-append (param "HOME_DIR") "/Library/Internet
Plug
-Ins"))
51
(subpath (string-append (param "HOME_DIR") "/Library/Audio/
Plug
-Ins/Components"))
53
(subpath "/Library/Audio/
Plug
-Ins/Components")
54
(subpath "/Library/Audio/
Plug
-Ins/HAL")
55
(subpath "/Library/Video/
Plug
-Ins")
/external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.h
32
// Renderer for embeds and objects, often, but not always, rendered via
plug
-ins.
33
// For example, <embed src="foo.html"> does not invoke a
plug
-in.
/external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.h
34
// Define PLUGIN_DEBUG_GLOBAL to 1 to turn
plug
-in debug for all
35
// Android
plug
-in code in this directory.
/external/webkit/Source/WebKit/gtk/tests/
testwebplugindatabase.c
47
!g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape
plug
-in that handles test content for WebKit")) {
63
!g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape
plug
-in that handles test content for WebKit"))
Completed in 784 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>