HomeSort by relevance Sort by last modified time
    Searched refs:childFrame (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
InternalsGeolocation.cpp 50 for (Frame* childFrame = document->page()->mainFrame(); childFrame; childFrame = childFrame->tree().traverseNext()) {
51 if (childFrame->isLocalFrame())
52 GeolocationController::from(toLocalFrame(childFrame))->setClientForTest(client);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 254 for (Frame* childFrame = frame->tree().firstChild(); childFrame; childFrame = childFrame->tree().nextSibling()) {
255 if (childFrame->isLocalFrame())
256 serializeFrame(toLocalFrame(childFrame));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImeOnFocusTest.cpp 117 WebFrame* childFrame = webView->mainFrame()->firstChild();
118 loadFrame(childFrame, m_baseURL + frame);
WebViewTest.cpp     [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WindowCustom.cpp 478 Frame* childFrame = target->tree().scopedChild(name);
481 if (type == v8::ACCESS_HAS && childFrame)
488 && childFrame
517 Frame* childFrame = target->tree().scopedChild(index);
521 if (type == v8::ACCESS_HAS && childFrame)
524 && childFrame
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 466 const LocalFrame* childFrame = mapIter->value[i];
467 const RenderLayer* childLayer = childFrame->view()->renderView()->layer();
470 makeLayerChildFrameMap(childFrame, &newLayerChildFrameMap);
    [all...]

Completed in 682 milliseconds