Searched refs:resource (Results 151 - 175 of 1423) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_fullscreen_host.cc18 PP_Resource resource)
19 : ResourceHost(host->GetPpapiHost(), instance, resource),
15 PepperFlashFullscreenHost( content::RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
/external/chromium_org/extensions/browser/
H A Dfile_reader.cc14 FileReader::FileReader(const extensions::ExtensionResource& resource, argument
16 : resource_(resource),
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpepper_interface.cc11 void PepperInterface::AddRefResource(PP_Resource resource) { argument
12 GetCoreInterface()->AddRefResource(resource);
15 void PepperInterface::ReleaseResource(PP_Resource resource) { argument
16 GetCoreInterface()->ReleaseResource(resource);
23 ScopedResource::ScopedResource(PepperInterface* ppapi, PP_Resource resource) argument
24 : ppapi_(ppapi), resource_(resource) {
32 void ScopedResource::Reset(PP_Resource resource) { argument
36 resource_ = resource;
/external/chromium_org/ppapi/api/dev/
H A Dppb_printing_dev.idl18 /** Create a resource for accessing printing functionality.
23 * @return A <code>PP_Resource</code> containing the printing resource if
33 * @param[in] resource The printing resource.
41 int32_t GetDefaultPrintSettings([in] PP_Resource resource,
/external/chromium_org/ppapi/api/
H A Dppb_network_monitor.idl27 * Creates a Network Monitor resource.
42 * returning a new <code>PPB_NetworkList</code> resource every time.
46 * @param[out] network_list The <code>PPB_NetworkList<code> resource with the
60 * Determines if the specified <code>resource</code> is a
63 * @param[in] resource A <code>PP_Resource</code> resource.
65 * @return Returns <code>PP_TRUE</code> if <code>resource</code> is a
68 PP_Bool IsNetworkMonitor([in] PP_Resource resource);
/external/chromium_org/ppapi/api/private/
H A Dppb_flash_message_loop.idl20 * Allocates a Flash message loop resource.
31 * Determines if a given resource is a Flash message loop.
33 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
34 * resource.
37 * resource is a Flash message loop, otherwise <code>PP_FALSE</code>.
39 PP_Bool IsFlashMessageLoop([in] PP_Resource resource);
48 * For a given message loop resource, only the first call to
55 * resource is destroyed; <code>PP_OK</code> if the message loop quits because
68 * implicitly when the resource is destroyed.
/external/chromium_org/ppapi/c/trusted/
H A Dppb_broker_trusted.h39 * A PPB_BrokerTrusted resource represents a connection to the broker. Its
41 * handle is closed. The handle should be closed before the resource is
46 * Returns a trusted broker resource.
50 * Returns true if the resource is a trusted broker.
52 PP_Bool (*IsBrokerTrusted)(PP_Resource resource);
93 PP_Bool (*IsBrokerTrusted)(PP_Resource resource);
/external/chromium_org/ppapi/cpp/dev/
H A Dbuffer_dev.h8 #include "ppapi/cpp/resource.h"
19 explicit Buffer_Dev(PP_Resource resource);
25 // Constructor used when the buffer resource already has a reference count
27 Buffer_Dev(PassRef, PP_Resource resource);
/external/chromium_org/ppapi/cpp/
H A Durl_response_info.cc25 URLResponseInfo::URLResponseInfo(PassRef, PP_Resource resource) argument
26 : Resource(PASS_REF, resource) {
/external/chromium_org/ppapi/generators/test_namespace/
H A Dbar.idl26 /* Returns PP_TRUE if the given resource is a valid Graphics2D, PP_FALSE if it
27 * is an invalid resource or is a resource of another type.
30 [in] PP_Resource resource);
/external/chromium_org/ppapi/thunk/
H A Dppb_device_ref_dev_thunk.cc19 PP_Bool IsDeviceRef(PP_Resource resource) { argument
21 EnterResource<PPB_DeviceRef_API> enter(resource, false);
H A Dppb_printing_dev_thunk.cc28 int32_t GetDefaultPrintSettings(PP_Resource resource, argument
32 EnterResource<PPB_Printing_API> enter(resource, callback, true);
H A Dppb_url_response_info_thunk.cc19 PP_Bool IsURLResponseInfo(PP_Resource resource) { argument
21 EnterResource<PPB_URLResponseInfo_API> enter(resource, false);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptRunner.cpp55 void ScriptRunner::queueScriptForExecution(ScriptLoader* scriptLoader, ResourcePtr<ScriptResource> resource, ExecutionType executionType) argument
58 ASSERT(resource.get());
66 addPendingAsyncScript(scriptLoader, PendingScript(element, resource.get()));
71 m_scriptsToExecuteInOrder.append(PendingScript(element, resource.get()));
135 for (; numInOrderScriptsToExecute < m_scriptsToExecuteInOrder.size() && m_scriptsToExecuteInOrder[numInOrderScriptsToExecute].resource()->isLoaded(); ++numInOrderScriptsToExecute)
142 ScriptResource* resource = scripts[i].resource(); local
144 toScriptLoaderIfPossible(element.get())->execute(resource);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.cpp73 void TextTrackLoader::dataReceived(Resource* resource, const char* data, int length) argument
75 ASSERT(this->resource() == resource);
93 void TextTrackLoader::notifyFinished(Resource* resource) argument
95 ASSERT(this->resource() == resource);
97 m_state = resource->errorOccurred() ? Failed : Finished;
124 return resource();
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCacheAdapter.java21 public Resource put(Key key, Resource resource) { argument
22 listener.onResourceRemoved(resource);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMenuInflater.java25 public void inflate(int resource, Menu root) { argument
26 shadowOf(context.getApplicationContext()).getResourceLoader().inflateMenu(context, resource, root);
/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java62 public Sound load(int resource) { argument
63 final int index = findSound(resource);
70 result.resource = resource;
71 result.soundId = mSoundPool.load(context, resource, 1);
162 private final int findSound(int resource) { argument
163 mSearchDummy.resource = resource;
176 public int resource; field in class:SoundSystem.Sound
189 result = object1.resource
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamer.cpp153 ASSERT(m_streamer->resource());
155 if (m_streamer->resource()->cachedMetadata(V8ScriptRunner::tagForCodeCache())) {
156 // The resource has a code cache, so it's unnecessary to stream and
169 // We don't have a buffer yet. Try to get it from the resource.
170 SharedBuffer* buffer = m_streamer->resource()->resourceBuffer();
233 // code path will resume after the resource has loaded, before the
270 void ScriptStreamer::notifyAppendData(ScriptResource* resource) argument
273 ASSERT(m_resource == resource);
282 if (resource->resourceBuffer()->size() < kSmallScriptThreshold) {
311 void ScriptStreamer::notifyFinished(Resource* resource) argument
325 ScriptStreamer(ScriptResource* resource, v8::ScriptCompiler::StreamedSource::Encoding encoding, PendingScript::Type scriptType) argument
[all...]
/external/deqp/framework/common/
H A DtcuImageIO.cpp46 * \brief Load image from resource
68 tcu::Resource* resource = (tcu::Resource*)png_get_io_ptr(png_ptr); local
69 resource->read(data, (int)length);
74 * \brief Load PNG image from resource
84 de::UniquePtr<Resource> resource(archive.getResource(fileName));
88 resource->read(header, sizeof(header));
100 png_set_read_fn(png_ptr, resource.get(), pngReadResource);
213 static inline deUint16 readBigEndianShort (tcu::Resource* resource) argument
216 resource->read((deUint8*)&val, sizeof(val));
230 de::UniquePtr<Resource> resource(archiv
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp152 void MemoryCache::add(Resource* resource) argument
155 ASSERT(resource->url().isValid());
156 RELEASE_ASSERT(!m_resources.contains(resource->url()));
157 m_resources.set(resource->url().string(), MemoryCacheEntry::create(resource));
158 update(resource, 0, resource->size(), true);
160 WTF_LOG(ResourceLoading, "MemoryCache::add Added '%s', resource %p\n", resource->url().string().latin1().data(), resource);
172 remove(Resource* resource) argument
365 Resource* resource = entry->m_resource.get(); local
513 makeLive(Resource* resource) argument
522 makeDead(Resource* resource) argument
531 update(Resource* resource, size_t oldSize, size_t newSize, bool wasAccessed) argument
556 updateDecodedResource(Resource* resource, UpdateReason reason, MemoryCacheLiveResourcePriority priority) argument
621 Resource* resource = i->value->m_resource.get(); local
731 registerLiveResource(Resource& resource) argument
737 unregisterLiveResource(Resource& resource) argument
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dpe_resource.h10 // This class models a windows PE resource. It does not pretend to be a full
12 // it to disk. Each resource is unique only in the context of a loaded module,
16 // This ctor takes the handle to the resource and the module where it was
17 // found. Ownership of the resource is transfered to this object.
18 PEResource(HRSRC resource, HMODULE module);
20 // This ctor takes the resource name, the resource type and the module where
21 // to look for the resource. If the resource is found IsValid() returns true.
24 // Returns true if the resource i
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_browser_font_singleton_host.h19 PP_Resource resource);
H A Dpepper_gamepad_host.cc21 PP_Resource resource)
22 : ResourceHost(host->GetPpapiHost(), instance, resource),
31 PP_Resource resource)
32 : ResourceHost(host->GetPpapiHost(), instance, resource),
19 PepperGamepadHost(BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
28 PepperGamepadHost(GamepadService* gamepad_service, BrowserPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
H A Dpepper_truetype_font_list_host.h19 PP_Resource resource);

Completed in 487 milliseconds

1234567891011>>