HomeSort by relevance Sort by last modified time
    Searched refs:foreign (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h 72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) :
75 foreign(foreign),
80 bool foreign; member in class:blink::WebDevToolsAgent::GPUEvent
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 83 SVGForeignObjectElement* foreign = toSVGForeignObjectElement(node()); local
87 m_localTransform = foreign->animatedLocalTransform();
95 SVGLengthContext lengthContext(foreign);
96 FloatPoint viewportLocation(foreign->x()->currentValue()->value(lengthContext), foreign->y()->currentValue()->value(lengthContext));
97 m_viewport = FloatRect(viewportLocation, FloatSize(foreign->width()->currentValue()->value(lengthContext), foreign->height()->currentValue()->value(lengthContext)));
  /external/libvorbis/test/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /external/chromium_org/content/common/
devtools_messages.h 123 IPC_STRUCT_MEMBER(bool, foreign)
  /external/libogg/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  /external/libvorbis/examples/
Makefile.am 3 AUTOMAKE_OPTIONS = foreign
  /external/libnl/
configure.in 15 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
  /external/libvorbis/
Makefile.am 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.cc 58 task.foreign = channel != gpu_channel_;
  /external/dnsmasq/bld/
Makefile 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 103 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) :
106 foreign(foreign),
111 bool foreign; member in class:blink::FINAL::GPUEvent
InspectorController.h 134 void processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes);
TimelineRecordFactory.h 77 static PassRefPtr<JSONObject> createGPUTaskData(bool foreign);
InspectorController.cpp 502 void InspectorController::processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes)
505 timelineAgent->processGPUEvent(InspectorTimelineAgent::GPUEvent(timestamp, phase, foreign, usedGPUMemoryBytes, limitGPUMemoryBytes));
TimelineRecordFactory.cpp 229 PassRefPtr<JSONObject> TimelineRecordFactory::createGPUTaskData(bool foreign)
232 data->setBoolean("foreign", foreign);
InspectorTimelineAgent.cpp     [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 152 Handle<AccessorInfo> foreign = TestAccessorInfo(isolate, attrs); local
155 CallbacksDescriptor d(Handle<Name>(Name::cast(foreign->name())),
156 foreign, attrs);
  /external/chromium_org/v8/src/
property.h 107 Handle<Object> foreign,
109 : Descriptor(key, foreign, attributes, CALLBACKS,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_unittest.cc 464 unittest::ForeignMessage foreign; local
465 foreign.set_c(42);
467 CopyFrom(foreign);
468 int min_expected_size = base_size + foreign.SpaceUsed();
  /external/chromium_org/content/renderer/devtools/
devtools_agent.cc 240 task.timestamp, task.phase, task.foreign, task.gpu_memory_used_bytes);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py 254 # Helper used to test foreign messages and groups.
257 # composite (i.e., foreign or group) field in TestAllTypes,
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 478 * foreign sessions, or tab sync is disabled for this profile.
516 // We must use this namespace to reuse the handler code for foreign session
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.cpp 497 ic->processGPUEvent(event.timestamp, event.phase, event.foreign, event.usedGPUMemoryBytes, event.limitGPUMemoryBytes);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
timelinePanel.css 560 .timeline-utilization-strip.gpu .timeline-graph-bar.gpu-task-foreign {
  /external/chromium_org/build/
install-chroot.sh 628 echo foreign-architecture \

Completed in 2951 milliseconds

1 2